Subject RE: [IBO] IB_Connection1.AlterUser Problem
Author Helen Borrie (TeamIBO)
At 10:59 AM 01-08-02 +0200, you wrote:

>Still no luck. I tried it like this and it still gives the same problem
> IB_Connection1.AlterUser(uaAddUser,Edit1.Text,Edit2.text,'','','','');

Empty string ('') is not a null. Try explicitly passing NULL, viz.
IB_Connection1.AlterUser(uaAddUser,Edit1.Text,Edit2.text,NULL,NULL,NULL,NULL);


>I also tried adding users that already exists on the linux box but to no
>avail.

afaiK, you can't add Firebird/InterBase users if their user names are
already present as Linux users.

Have you been able to log in to your Linux databases using this sysdba
password *at all*? What happens if you set PasswordStorage to psNone and
set LoginPrompt true?


>Is the AGroupName parameter only applicable to unix type os's or will
>it have effect on nt/w2k servers as well.

No, it has no effect on Windows servers at all.



regards,
Helen Borrie (TeamIBO Support)

** Please don't email your support questions privately **
Ask on the list and everyone benefits
Don't forget the IB Objects online FAQ - link from any page at
www.ibobjects.com