Subject firebird DB url
Author kartinku
Dear Team ,

I started firebird SS server in windows as an application.
Then I accessed the DB via realtive URL
like below

../db/mydb.fdb

Now when I try to connect to same db file with absolute url when
previous connection is active. It throws error that

I/O error during "CreateFile (open)" operation for file
"c:/firebird/db/mydb.fdb"

I think when same db is accessed by absolute or relative url it should
give the connection.

BTW in isql when I give relative url for DB connect it converts it to
abosulte url and tries to get DB connection. If there are any
connection active in absolute url isql connection fails.

S.Karthick