ADO.NET

J

JamesT

I have written lots of projects in VB6 using ADO. When I
transferred to VB.NET I still use ADO as I cannot seem to
get my head around ADO.NET and creating connection
classes and DataAdapters etc.

Can someone, please, suggest a book that I can read that
explains it in as simple terms as possible. It is really
doing my head in when I try and do even a simple data
form using Code.

Please help.

JamesT
 
R

Roy Osherove

I have written lots of projects in VB6 using ADO. When I
transferred to VB.NET I still use ADO as I cannot seem to
get my head around ADO.NET and creating connection
classes and DataAdapters etc.

Can someone, please, suggest a book that I can read that
explains it in as simple terms as possible. It is really
doing my head in when I try and do even a simple data
form using Code.

Please help.

JamesT

ADo.Net core reference is one of the best books I could find about ado.net
it teaches the simple stuff, but once you get to know it, it teaches the
complex stuff very well :)
http://www.amazon.com/exec/obidos/ASIN/0735614237/iserializable-20
 
W

William \(Bill\) Vaughn

You might also try my book--it's designed to cover the transition from ADO
classic to ADO.NET in some detail. See www.betav.com.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 

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