Click here to Skip to main content
15,921,279 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
please clarify my doubt i amnew to dotnet.....i want to retreive the data and update it
Posted
Comments
KmgKrishnan 5-Nov-13 0:37am    
Dataset & Dataadapter are used in Disconnected Environment in ADO.Net. Dataset is a collection of tables to hold the data been retrieved by Data Adapter.
I would advise you to read about ADO.Net.

1 solution

Yes DataAdapters are always filled to DataSets or DataTables.

Refer - DataAdapter.Fill Method[^].
Quote:
Adds or refreshes rows in the DataSet to match those in the data source.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900