|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Newbee - upgrade from vb6-ado to .net adoHi,
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 "Frank" <Fr***@discussions.microsoft.com> wrote in message You're going to find that ADO.NET bears little resemblance to ADO. There is 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 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 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 > > > 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. -- Show quote____________________________________ 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. __________________________________ "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 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 |
|||||||||||||||||||||||