thechazm
VBA, VB.net, C#, Java
- Local time
- Today, 19:31
- Joined
- Mar 7, 2011
- Messages
- 515
I am always looking for meathods to make my programs run better so I would like to throw an Idea out there and see if anyone has comments.
I would like to capture my linked tables into memory (like a snapshot) and let the user look at the data and querry the data without having to use the network connection to the backend to querry everything.
That being said I have utilized this type of system using Workspaces and using commiting but I was thinking maybe using the same type of thinking and doing it for the tables that each module of the program needs at the start of the program. Then when their done with opening the forms and viewing/making changes, commiting the changes back to the backend when the program gets closed.
Maybe theres a better way to aliviate bandwidth issue's but this is the only possibility I can think of right now. Any comments? Or other thoughts?
Thanks,
TheChazm
I would like to capture my linked tables into memory (like a snapshot) and let the user look at the data and querry the data without having to use the network connection to the backend to querry everything.
That being said I have utilized this type of system using Workspaces and using commiting but I was thinking maybe using the same type of thinking and doing it for the tables that each module of the program needs at the start of the program. Then when their done with opening the forms and viewing/making changes, commiting the changes back to the backend when the program gets closed.
Maybe theres a better way to aliviate bandwidth issue's but this is the only possibility I can think of right now. Any comments? Or other thoughts?
Thanks,
TheChazm