Re: The workgroup information file is missing
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 08/14/04
- Next message: Brian Bushay TeamB: "Re: ADODataset and recordCount"
- Previous message: Brian Bushay TeamB: "Re: Best Multi-user strategy for ADO on an Access (mdb) file"
- In reply to: Carl: "The workgroup information file is missing"
- Next in thread: Carl: "Re: The workgroup information file is missing"
- Reply: Carl: "Re: The workgroup information file is missing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 13 Aug 2004 18:04:58 -0500
>I want to submit a a password to my Access database from Delphi, but can't
>seem to get it to work. For example, when I code this:
>
>ADOConnection1.Open('Admin','test');
>
>where "test" is the password for my database,
You are using the form of Open that presents a user password.
To present a databaes password you need to include the
"Jet OLEDB:Database Password " property in the connection string
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: ADODataset and recordCount"
- Previous message: Brian Bushay TeamB: "Re: Best Multi-user strategy for ADO on an Access (mdb) file"
- In reply to: Carl: "The workgroup information file is missing"
- Next in thread: Carl: "Re: The workgroup information file is missing"
- Reply: Carl: "Re: The workgroup information file is missing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|