Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Concept: ADO.NET Dataset

Author  Topic 

ssnaik84
Starting Member

15 Posts

Posted - 2008-07-14 : 04:47:26
Hi guys,
I just wanna clear a doubt in ADO.NET...
Where the DataSet exactly stored?? on client side / server side?
Since, It's disconnected architecture, I guess, need not to bother about server. But, if dataset is storing at client side, then what about the thin clients.. which do not have enough memory..
Thnx

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2008-07-14 : 10:02:32
Client side. Thin clients should generally not use datasets in ADO.NET.

- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page
   

- Advertisement -