Re: Problems/Doubts: Implementing Disc. DB concept(Dataset)!!!
From: Patrice (nobody_at_nowhere.com)
Date: 06/09/04
- Next message: Kevin Yu [MSFT]: "RE: Relation on DataView"
- Previous message: Sahil Malik: "Re: Best Practices? How many connections & adapters"
- In reply to: saurabh: "Problems/Doubts: Implementing Disc. DB concept(Dataset)!!!"
- Next in thread: Saurabh: "Re: Problems/Doubts: Implementing Disc. DB concept(Dataset)!!!"
- Reply: Saurabh: "Re: Problems/Doubts: Implementing Disc. DB concept(Dataset)!!!"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Jun 2004 09:37:55 +0200
You may want to explain your scenario in more details.
In a disconnected scenario and with such an amount of data I would use
rather a "true" DBMS such as MSDE. I't's not clear if the disconnected model
essential in your scenario or if this is just to implement some kind of
"caching" (for example if you keep this for a long period what if the
computer hangs, are all updates lost ?)
Patrice
"saurabh" <anonymous@discussions.microsoft.com> a écrit dans le message de
news:428584B3-E7A8-45D1-B9EC-8EAEB948EF7D@microsoft.com...
>
> 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,
> Saurabh
>
- Next message: Kevin Yu [MSFT]: "RE: Relation on DataView"
- Previous message: Sahil Malik: "Re: Best Practices? How many connections & adapters"
- In reply to: saurabh: "Problems/Doubts: Implementing Disc. DB concept(Dataset)!!!"
- Next in thread: Saurabh: "Re: Problems/Doubts: Implementing Disc. DB concept(Dataset)!!!"
- Reply: Saurabh: "Re: Problems/Doubts: Implementing Disc. DB concept(Dataset)!!!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|