Results 1 to 2 of 2

Thread: Opendatabase

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2002
    Posts
    63

    Opendatabase

    I need to find the equivalent of the following in ADO...

    NPath is a folder which contains TR.mdb which is the database I need to open.

    Dim NPath As String
    Dim db As Database
    NPath = GetSetting("XYZ", "StartUp", NPath, "")
    Set db = OpenDatabase(NPath & "\TR.mdb")

    Please help.

  2. #2
    PowerPoster
    Join Date
    Aug 2002
    Location
    NY, NY
    Posts
    2,139
    Use connection object.
    Roy

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