Results 1 to 5 of 5

Thread: how to translate VB6.0 ADO to .net

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455

    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
  •  



Click Here to Expand Forum to Full Width