Tutorials on connecting to VB .NET databases

L

lakepeir

Hello,

I'm interested in learning about databases in VB .NET that can be used
to retrieve and write to. I currently have an access database that I
would like to get data from. There's a lot of terms I don't quite
understand- datatable, dataview, dataset, oledataadapeter,
oledbconnection, etc.

Thanks.
 
P

pvdg42

Hello,

I'm interested in learning about databases in VB .NET that can be used
to retrieve and write to. I currently have an access database that I
would like to get data from. There's a lot of terms I don't quite
understand- datatable, dataview, dataset, oledataadapeter,
oledbconnection, etc.

Thanks.

You may find the following articles useful:

http://msdn2.microsoft.com/en-us/library/cf131f6b(VS.80).aspx

http://msdn2.microsoft.com/en-us/library/5ybdbtte(VS.80).aspx

http://msdn2.microsoft.com/en-us/library/ms171893(VS.80).aspx
 
R

RobinS

I found David Sceppa's book, "ADO.Net 2.0 The Core Reference" to be
invaluable. It explains and displays how to use all of the elements
below. It concentrates on SQLServer, but does discuss OLEDB, with a
extra section at the back. Frankly, I'd download SQLServer Express
instead of using Access if I were you...

Robin S.
 

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

Top