Link to home
Start Free TrialLog in
Avatar of scm0sml
scm0sml

asked on

ADO.Net Breakdown

Im working on a project that uses vb.net with an access database.

I'm quite new to this and am just looking for a clarifying overview of how things work as my view is slightly cloudy.

My understanding is that the following are required in this order:-

DataAdapter  - to connect to source i.e database
DataSet - to act as a cache.
Datarow - to manipulate the data in the data set whether that be add, amend or delete.

If I want to take details from one table within a database and work with that data, will the above suffice or do i need to create a datatable?

any1 clear this up 4 me?
SOLUTION
Avatar of bman9111
bman9111

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial