Home All Groups Group Topic Archive Search About

Newbee - upgrade from vb6-ado to .net ado

Author
8 Jan 2006 12:46 PM
Frank
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

Author
8 Jan 2006 2:30 PM
pvdg42
"Frank" <Fr***@discussions.microsoft.com> wrote in message
news:991D15A2-5715-4BE7-9034-A9C036544CCC@microsoft.com...
> 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%3a%2f%2fwww.support.microsoft.com%2fkb%2f308100%2fen-us%2f
Author
8 Jan 2006 6:15 PM
Frank
Ok, thanks for the url's

Frank

Show quote
"pvdg42" wrote:

>
> "Frank" <Fr***@discussions.microsoft.com> wrote in message
> news:991D15A2-5715-4BE7-9034-A9C036544CCC@microsoft.com...
> > 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%3a%2f%2fwww.support.microsoft.com%2fkb%2f308100%2fen-us%2f
>
>
>
Author
8 Jan 2006 7:21 PM
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.
__________________________________

Show quote
"Frank" <Fr***@discussions.microsoft.com> wrote in message
news:991D15A2-5715-4BE7-9034-A9C036544CCC@microsoft.com...
> 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
Author
8 Jan 2006 9:05 PM
Cor Ligthert [MVP]
Frank,

I wrote about that yesterday two different answers, it seems to be hot at
the moment. This was the last one.

http://groups.google.com/group/microsoft.public.dotnet.framework.adonet/msg/8755cd3b7fcb6e3f

However I see that my answers become shorter in this.

I hope this helps sofar,

Cor

AddThis Social Bookmark Button