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
