Subject | Re: [IBO] TIB_Connection.AlterUser |
---|---|
Author | Paul Vinkenoog |
Post date | 2004-05-18T11:56:42Z |
Hello nbertollo,
password, and call AlterUser like this:
MyConnection.AlterUser
( uaModifyUser, 'MyUser', 'NewPW', '', '', '', '' );
Greetings,
Paul Vinkenoog
> I need to change the user password from my Delphi program. I try toSet Username + Password of the TIB_Connection to SYSDBA and his/her
> use the AlterUser method of TIB_Connection but with no results (the
> help isn't so exaustive... ;-) ).
password, and call AlterUser like this:
MyConnection.AlterUser
( uaModifyUser, 'MyUser', 'NewPW', '', '', '', '' );
Greetings,
Paul Vinkenoog