Board index » delphi » Adding new user id and passwords to Access db's from Delphi

Adding new user id and passwords to Access db's from Delphi

Hi, can anyone point me in the right direction? I'm trying to add new user
ID's and/or change passwords in an Access 97 database from Delphi (BDE
connection).

thanks in advance,
Andy.

 

Re:Adding new user id and passwords to Access db's from Delphi


The BDE MSACCESS driver for MS Access 97 uses DAO 3.5. Import the DAO type
library and use it to create users (see www.microsoft.com/data for details
on DAO).

ps. Microsoft no longer updates DAO and advises users to switch to ADO. If
you want to use ADO you need to look at the ADO extensions for DDL and
security (ADOX).

Quote
"Andrew Lee" <andrew-...@supanet.com> wrote in message

news:a1l4q2$ceo$1@chilli.nntp.netline.net.uk...
Quote
> Hi, can anyone point me in the right direction? I'm trying to add new user
> ID's and/or change passwords in an Access 97 database from Delphi (BDE
> connection).

> thanks in advance,
> Andy.

Other Threads