Newbee - upgrade from vb6-ado to .net ado

G

Guest

Hi,
in the vb6 version of ado it was possible to navigate through the recordset
by using .movenext etc. Is this still possible using .net ado in the same way
as the vb6 version?

Thanks,
Frank
 
P

pvdg42

Frank said:
Hi,
in the vb6 version of ado it was possible to navigate through the
recordset
by using .movenext etc. Is this still possible using .net ado in the same
way
as the vb6 version?

Thanks,
Frank

You're going to find that ADO.NET bears little resemblance to ADO. There is
no RecordSet in ADO.NET. Instead, we have DataSet and DataReader objects. To
start your transition to ADO.NET, here are some links:

http://msdn2.microsoft.com/library/haa3afyz.aspx

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

http://support.microsoft.com/?scid=http://www.support.microsoft.com/kb/308100/en-us/
 
G

Guest

W

William \(Bill\) Vaughn

Most of the online content you'll find is kinda "disjoint". It generally
talks about a specific issue instead of the broader "conversion" process.
There are a couple of books, however that deal with the entire conversion
issue--mine included. Visit my website for details.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
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