|
-
Jun 3rd, 2004, 07:46 AM
#1
Thread Starter
Hyperactive Member
how to translate VB6.0 ADO to .net
Dear VB users,
Is there someone who can translate the next source to .net?
Wich references do we need to choose?
Set DB = New Connection
DB.Open “connection to sql or mdb”
Set AdoSet = New Recordset
SqlStr = "SELECT * FROM tblMine'"
AdoSet.Open SqlStr, DB
If Not AdoSet.EOF Then
‘. . . . . . . . . .
End If
Thanks for reading,
Michelle
Last edited by michelle; Jun 3rd, 2004 at 08:03 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|