Subject Changing the connection
Author GED SERVICE
Hi all !

I try do do the following:
If my app run's for the first time I set up the connection (with Connection
dialog from IBO_Login) and write a registry key with the full path of the
Database.
Next time, I read the Path from the Registry, but the server name appeares
in front of Path (ex: 'linux:linux:/tmp/mydb.gdb' instead
of'linux:/tmp/mydb.gdb').
I need also to change the Database from my app.
The problem is that Server, Path and Protocol properties are not updated
after the connection is made.
Can anybody tell me the meaning of these properties and how can I use them
?

Thanks