Subject Re: [firebird-support] Embedded and multiple clients
Author Ann W. Harrison
Chad Z. Hower aka Kudzu wrote:
> Im just starting to use embedded. I know that the dll must have exclusive
> access to the FDB and that I cannot have a embedded client and and a real
> server client at the same time. But can I have multiple applications use one
> database if they all use the same embedded DLL?

I'm not entirely sure what you mean by multiple applications using the
same dll, but I think the answer is no. You can have one application
with multiple threads connecting to and accessing the database
independently - the middle tier of a three tier application is a good
example - but not different executables linked to the dll separately.

Regards,


Ann