Subject Re: [IBO] AlterUser????
Author Lucas Franzen
johnnorthrup34 schrieb:

>
> When I call the Connection component's AlterUser method it works fine
> against one of my local servers. On a different server, it doesn't
> work UNLESS I use my application to connect remotely, then it works
> fine. I'm using Firebird 1.5. What could be wrong?

It took me a while to understand your problem :-)

Do generally use tcp connections even for local servers.
You can use the localhost or the servername or it's IP adress to connect.

Then it should work in all cases.

Luc.