G
Guest
Hi All
I need to know :
1. If there is an upper limit to Amount of data and the no. of Tables in a Dataset which I have to cache at the Client system. (The requirements are such that we need to cache some 120+ tables at client system, in order to avoid round trips to Database as the no. of updations going to the Database are huge. Datasets emerge as clear answer for our requirements of having a local(client) data base, owing to the rich functionalities it provides.) [Note: The Application is a Desktop Application application (WinForms)]
2. I also want to know whether there are any implicationts to the usage of DatsSets in this manner
3. If the amount of tables and data being cached in Datasets is not an issue then What all Precautions do we need to take in order to avoid any problems for example Memory leaks etc.
You can also pass on some good resources/links on Pros and cons, and precautions, BEST PRACTICES to be followed while implementing such a disconnected database approach using DataSets
Thanks in advance
Saurab
I need to know :
1. If there is an upper limit to Amount of data and the no. of Tables in a Dataset which I have to cache at the Client system. (The requirements are such that we need to cache some 120+ tables at client system, in order to avoid round trips to Database as the no. of updations going to the Database are huge. Datasets emerge as clear answer for our requirements of having a local(client) data base, owing to the rich functionalities it provides.) [Note: The Application is a Desktop Application application (WinForms)]
2. I also want to know whether there are any implicationts to the usage of DatsSets in this manner
3. If the amount of tables and data being cached in Datasets is not an issue then What all Precautions do we need to take in order to avoid any problems for example Memory leaks etc.
You can also pass on some good resources/links on Pros and cons, and precautions, BEST PRACTICES to be followed while implementing such a disconnected database approach using DataSets
Thanks in advance
Saurab