Subject RE: [firebird-support] Embedded and multiple clients
Author Alan McDonald
> 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.

Ah - that's not true. The embedded is both a remote client AND a local
client/server rolled into one.
I have an application which switches easily between the remote database and
a local one. I see no reason for you not being able to have one connection
component making a connection to the remote server(s) while also making a
connection to the local copy.
Alan

> But can I have multiple
> applications use one
> database if they all use the same embedded DLL?
>
> --
> Chad Z. Hower aka Kudzu
> "Programming is an art form that fights back"
>
> Still doing your website by hand? Get a free content management system:
> http://www.atozed.com/iws/
>