Jul 26, 2004 #1 marcseys Programmer Joined Dec 6, 1999 Messages 23 Location GB Hello, Is it possible, like in VB6 to use recordsets instead of commands, dataadapters and datesets? I want to retrieve a set of data and then with .moveprevious and .movenext running to some data Thanks Marc
Hello, Is it possible, like in VB6 to use recordsets instead of commands, dataadapters and datesets? I want to retrieve a set of data and then with .moveprevious and .movenext running to some data Thanks Marc
Jul 26, 2004 #2 shatch Programmer Joined Jul 9, 2004 Messages 346 Location GB If you create a reference to the activex data objects within vb.net you can use the classic adodb recordsets etc. Upvote 0 Downvote
If you create a reference to the activex data objects within vb.net you can use the classic adodb recordsets etc.
Jul 26, 2004 Thread starter #3 marcseys Programmer Joined Dec 6, 1999 Messages 23 Location GB How do you do this? I'm new to vb.net and still trying to find my way. Upvote 0 Downvote
Jul 26, 2004 Thread starter #4 marcseys Programmer Joined Dec 6, 1999 Messages 23 Location GB Thanks, it's working now Marc Upvote 0 Downvote