recordset navigation

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
boofers20
Posts: 1
Joined: Tue 21 Jul 2009 19:06

recordset navigation

Post by boofers20 » Tue 21 Jul 2009 19:13

hello, my project requires the use of a global recordset where I need to read and display that record one at a time in text boxes. This was possbile previously in VB6 with MoveFirst, MoveNext, MovePrevious, MoveLast. I cannot find a way to accomplish this with your product (so far)

Is there an equivilant usage in dotconnect? any examples to reference?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 22 Jul 2009 11:49

Sorry, but our provider follows basic ADO.NET concepts and does not support ADO methods.

Post Reply