Subject Re: [firebird-support] re: Can't get Firbird 3.x embedded to work in Delphi 10.3 update 1?
Author Mark Rotteveel
On 30-4-2019 23:51, Robert martin rob@... [firebird-support] wrote:
> I haven't been following the thread, so this may be totally of track
> but, Embedded only supports one connection.  If you try to connect a
> second instance you get the database unavailable error message you are
> seeing.  Is it simply that you have something else (your app or a DB
> tool?) connected to the DB already when you are trying from the IDE?

That is not correct, embedded supports multiple connections from the
same process. And with Firebird 3 if you use embedded with in its
firebird.conf setting ServerMode = Classic or SuperClassic, you can
connect to the same database from multiple processes (you just need to
make sure that all processes share the same lock files, although that
should happen by default).

Mark
--
Mark Rotteveel