Results 1 to 2 of 2

Thread: DB connection

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    127

    Exclamation

    I'm using the standard db conection using dao3.51, but the db has a password, so i tried to use workspace,as i seen in previous examples but it does not connect ...does any one has an example.

    Many thanks
    ASPWIZARD

    http://www.aspwizard.co.uk

  2. #2
    Lively Member
    Join Date
    Dec 1999
    Location
    Karlsruhe, Germany
    Posts
    122
    Code:
    Set ws = DBEngine.Workspaces(0)
    Set db = ws.OpenDatabase("C:\temp\db1.mdb", , , ";pwd=password")
    Roger

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