Board index » delphi » connecting a password secured Access2000 database

connecting a password secured Access2000 database

Hi,

I've got a password secured MSAccess2000 database.
I want to connect it using ADOConnection.
I put an ADOConnection on myForm.
In the connectionString I click '...' and chose build...
After chosing the Microsoft Jet 4.0 OLE DB Provider I entered the filename.
But then....the username is 'Admin' and the password the same as for my
database.
When I click the button 'Test connection' I get 'the error message.
'Connectiontest failed because of an error innitialising the provider %1'

What can be the cause of this error??

hope you can help me!!!
Mark

 

Re:connecting a password secured Access2000 database


Quote
>When I click the button 'Test connection' I get 'the error message.
>'Connectiontest failed because of an error innitialising the provider %1'

Are you using a Database password?  If so have you set the
 "Jet OLEDB:Database Password" property?

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads