Board index » delphi » MS Access 97 - security and user rights

MS Access 97 - security and user rights

Hi,

GERMAN:
Ich m?chte Benutzern die M?glichkeit geben, ihre Passw?rter zu ?ndern.
Wie kann ich die Access-Benutzerrechte von meinem Delphi 2.0-Programm aus
erreichen?
Der Eintrag "SYSTEM DATABASE" fr den BDE-Alias ist gesetzt.

ENGLISH:
I want to give users the option to change their passwords.
How can I reach the MS-ACCESS user rights directly from my Delphi
2.0-Application?
The BDE alias's "SYSTEM DATABASE" is already set to the *.MDW file.
----------------------------------------
Peter Bartelt
pbart...@jobacom.de

 

Re:MS Access 97 - security and user rights


I think the best way is to have a look at DAO35.hlp that comes with MS
Access, VB etc and other places. It shows how it's done using VB. You can
easily adapt the same syntax in Delphi once you've got an instance of the
DAO Workspace. msaUtil, a component that you can get from
http://delphidao.finalfiler.com ,contains source that demonstrates aspects
of the above.

--
Pierre
http://delphidao.finalfiler.com
http://delphiotc.finalfiler.com
http://www.finalfiler.com

Quote
Peter Bartelt <pbart...@jobacom.de> wrote in message

news:7nrrmu$c656@forums.borland.com...
Quote
> Hi,

> GERMAN:
> Ich m?chte Benutzern die M?glichkeit geben, ihre Passw?rter zu ?ndern.
> Wie kann ich die Access-Benutzerrechte von meinem Delphi 2.0-Programm aus
> erreichen?
> Der Eintrag "SYSTEM DATABASE" fr den BDE-Alias ist gesetzt.

> ENGLISH:
> I want to give users the option to change their passwords.
> How can I reach the MS-ACCESS user rights directly from my Delphi
> 2.0-Application?
> The BDE alias's "SYSTEM DATABASE" is already set to the *.MDW file.
> ----------------------------------------
> Peter Bartelt
> pbart...@jobacom.de

Other Threads