-
-
Notifications
You must be signed in to change notification settings - Fork 262
Description
like
EMBEDDED:C:\Data\MyDatabase.fdb
We have had issues when we try to connect to the DB with embedded, we get error of XNET. There seems to be situations when engine chooses to use XNET if no server given.
I do not have reproducible case, but this has happened few times over a year or so, and that's why had to add unique IPC-names to the Firebird.conf to prevent this to happen (If I recall). If I remember it was due the we had 2.5 server running on the machine and tried to connect with 4.0.x embedded instead. (or something on those lines)
Having way to force embedded connection and if there is no sufficient Embedded libraries present, I would get error: "EMBEDDED connection is not possible, because someone forgot to give me enough libraries" (or something similar)
I think this would make connecting to the Firebird a bit more deterministic, and in this case I would be sure that XNET connection would never happen.