Data adapters, connections, and datasets

  • Thread starter Thread starter Dave Cullen
  • Start date Start date
D

Dave Cullen

Can someone please explain the relationship between data adapters,
connections, and datasets?

Why would an application have one adapter and multiple data connection
objects? Does each form that uses data need its own connection?
 
Dave Cullen said:
Can someone please explain the relationship between data adapters,
connections, and datasets?

Why would an application have one adapter and multiple data
connection objects? Does each form that uses data need its own
connection?


Have a look @ this group for language unrelated questions:
microsoft.public.dotnet.framework.adonet

See also these chapters :
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaccessingdatawithadonet.asp
http://msdn.microsoft.com/library/en-us/vbcon/html/vboriIntegratingDataVB.asp
(also available by <F1>)


Armin
 

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