The DataAdapter object plays the middleman between DataSet and database. The DataSet represents a rich subset of the entire database, cached on your machine without a continuous connection to the database. The DataSet is comrised of DataTable objects as well as Datarelation objects. Hope this helps! KH
1 answers
The DataAdapter object plays the middleman between DataSet and database.
The DataSet represents a rich subset of the entire database, cached on your machine without a continuous connection to the database. The DataSet is comrised of DataTable objects as well as Datarelation objects.
Hope this helps!
KH
answered 2 years ago by:
0
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!