Subject | RE: [firebird-support] FBClient.dll and legacy gds32.dll |
---|---|
Author | Alan McDonald |
Post date | 2004-05-08T11:52:45Z |
> This is confusing and not true. It is fine to connect locally usingI stand corrected, it's not servername but the absence or presence of a port
> localhost while a remote user connects using the server name. What will
> cause the "busy database error" is if different **path** strings are used
> and it's only possible on Windows. This is an example of different path
> strings:
>
> myserver:d:databases\mydb.fdb
> localhost:d:\databases\mydb.fdb
>
> These path strings are the same and OK for concurrent connection:
> myserver:d:\databases\mydb.fdb
> localhost:d:\databases\mydb.fdb
>
> /heLen
to the connection string does make this connection problem.
servername:drive:\path
and
servername/3050:drive:\path
is not permitted. At least it doesn't work on my network.
Alan