Results 1 to 2 of 2

Thread: ADO & Access -- permissions, groups, password problems

Hybrid View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    Canada
    Posts
    70
    Q1
    I am trying to connect to an access database with a password.
    This is the error I receive:
    Test Connection failed because of an error in initialize provider.
    Cannot start your application.
    The workgroup information file is missing or opened exclusively by another user.

    Q2
    I have connected to an access database (without a
    password) and receive the following error when I try
    and open a table:
    -2147217911
    Microsoft Jet Database Engine Record(s) can't be read;
    no read permissions on 'Clients'

    Can anyone help?


    I am not having luck today!

  2. #2
    Addicted Member
    Join Date
    Nov 2000
    Location
    UK
    Posts
    164
    Yes I got this message. I never figured out how to connect with different user groups etc but this connection string works using just a db password.

    connection string:

    Set conn = New Connection
    conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=yourdb.mdb;Persist Security Info=False;Jet OLEDBatabase Password=" & dbpassword

    Hope this helps

    Alex
    ASP, SQL, VB6, Java Script and dubious guitar playing skills.

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