Subject Re: [firebird-support] Re: Trouble with Gbak on Vista
Author Helen Borrie
At 09:34 AM 11/12/2007, Adam wrote:

>Are the connection strings identical? You are not allowed to have one
>pointing to a local connection and another pointing to a TCP
>connection. It could cause corruption in some cases.

That's incorrect. The old InterBase "path bug" on Windows wasn't about having simultaneous IPServer and TCP/IP connections. It was about connecting using different *file* paths to the same database, e.g. c:\databases\mydb.fdb and c:databases\mydb.fdb. It has never been possible to do it in any release version of Firebird Superserver (that's what Superserver's file lock is for).

./heLen