Subject | RE: [IBO] IB_Connection1.AlterUser Problem |
---|---|
Author | Helen Borrie (TeamIBO) |
Post date | 2002-08-01T11:59:18Z |
At 10:59 AM 01-08-02 +0200, you wrote:
IB_Connection1.AlterUser(uaAddUser,Edit1.Text,Edit2.text,NULL,NULL,NULL,NULL);
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?
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
>Still no luck. I tried it like this and it still gives the same problemEmpty string ('') is not a null. Try explicitly passing NULL, viz.
> IB_Connection1.AlterUser(uaAddUser,Edit1.Text,Edit2.text,'','','','');
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 noafaiK, you can't add Firebird/InterBase users if their user names are
>avail.
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 willNo, it has no effect on Windows servers at all.
>it have effect on nt/w2k servers as well.
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