Re: The workgroup information file is missing

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 08/14/04


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


Relevant Pages