Re: Access File Password
From: jason (jason_at_no-replies.com)
Date: 10/09/03
- Next message: PC Leung: "How to add or remove user"
- Previous message: Softeng: "Passing data from a COM server to a client"
- In reply to: Richard Gilbert: "Access File Password"
- Next in thread: Richard Gilbert: "Re: Access File Password"
- Reply: Richard Gilbert: "Re: Access File Password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 8 Oct 2003 17:15:52 -0700
Richard,
You need to have a look at your connection string.
Make sure it includes..
ConString := 'Provider=Microsoft.Jet.OLEDB.4.0;' +
'Data Source=' + databasePath +
';Mode=Share Deny None;' +
'Persist Security Info=false;' +
'Jet OLEDB:Database Password=xxxxx';
Cheers,
Jason.
"Richard Gilbert" <r_a_g@bellsouth.net> wrote:
>I am trying to open a MS ACCESS ".MDB" database file with ADO and JET 4.0
>OLE DB Provider. I successfully open MDB files which do not have a password,
>but when I try to open a MDB file with a password, I get the following
>error:
>"Cannot start your application. The workgroup information file is missing
>or opened exclusively by another user."
>
>I copied the MDB file from another system, and I can open it in Access.
>What am I missing? Or what do I need to do?
>
>Thanks,
>Richard
>
>
>
- Next message: PC Leung: "How to add or remove user"
- Previous message: Softeng: "Passing data from a COM server to a client"
- In reply to: Richard Gilbert: "Access File Password"
- Next in thread: Richard Gilbert: "Re: Access File Password"
- Reply: Richard Gilbert: "Re: Access File Password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|