Subject IB_Connection1.AlterUser Problem
Author Gerhardus Geldenhuis
Hi
I run the following which completely hangs my application.

IB_Connection1.AlterUser(uaAddUser,Edit1.Text,Edit2.text,edit3.Text,
Edit1.Text,Edit1.Text,Edit1.Text);

The connection data is

object IB_Connection1: TIB_Connection
PasswordStorage = psNotSecure
Params.Strings = (
'PATH=/semaphoredata/firebirddbs/BodyTrak2.gdb'
'PROTOCOL=TCP/IP'
'SERVER=192.168.0.23'
'USER NAME=sysdba')
Left = 146
Top = 96
SavedPassword = '.JuMbLe.01.402F02200322'

I successfully runned the same command when the database serer was on the
same computer as windows 2000 machine. Could it have something to do with
the linux machine or with the location of isc4.gdb?

The AGroupName parameter, is that the role which the user belongs to?

Groete
Gerhardus