Subject RE: [firebird-support] how to use embedded serveur?
Author Dmitry Yemanov
Hi,

> when I use embedded server, how to start 2 applications using
> the same database and the same embedded server?

It's impossible by design.

> In the Readme it says:
>
> "you should be aware that you cannot access single
> database from a number of the embedded servers
> simultaneously"
>
> But the server is a Dll so I don't get it.. Is anybody can help me?

Since the embedded server is a DLL, then every application which use it can
be considered a Firebird server. Multiple FB servers cannot connect to the
single database due to locking issues.


Dmitry