Subject RE: [firebird-support] Embedded database backup options
Author Alan McDonald
> Alan,
> I guess the number of connections to an Embed database can be "One"
> only. Simultaneous connections are not allowed.
>
> - Goutam

no this is incorrect!
One Application using embedded will load a database and lock it. Yes..
But this application can proceed to make as many connections as it likes to
this database. It's just that other databases cannot attach to the database
while this applciation and it's loaded embedded server has it open and
locked.
Alan