where i can use dataatapter dataset and where only command

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello i dont know where to use dataadapte
for where i use dataadapter and datset
and for where do i use only command
 
Hi Bafidi,

It is very simple,

a dataset holds the data, normaly from a database (but it is also possible
from a lot of other resources)

with a dataadapter you can fill the dataset and you can update, delete or
insert the data from the dataset in a database.

That is all.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top