Re: Access File Password
From: Richard Gilbert (r_a_g_at_bellsouth.net)
Date: 10/09/03
- Next message: Kevin Frevert: "Re: UpdateBatch Problem"
- Previous message: Edgar Binder: "Re: Memory Hog"
- In reply to: jason: "Re: Access File Password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 9 Oct 2003 08:40:29 -0400
Thanks Jason,
My connection string was missing the 'Jet OLEDB:Database ' before Password.
I added that and it works. Thank you.
Richard.
"jason" <jason@no-replies.com> wrote in message
news:3f84a8b8$1@newsgroups.borland.com...
>
> 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: Kevin Frevert: "Re: UpdateBatch Problem"
- Previous message: Edgar Binder: "Re: Memory Hog"
- In reply to: jason: "Re: Access File Password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|