Subject | RE: [firebird-support] Embedded C++ |
---|---|
Author | Alan McDonald |
Post date | 2006-02-16T07:43:15Z |
>assuming you mean embedded firebird using C++
> Thinking of using Embedded C++ for a small project.
>
> I have a question, the old IB docs aren't totally clear.
>
> Can connections be shared, across source files, and how do you do this????
>
> W
>
embedded is a dll (client and server roled into one).
the host application of the dll can open a database and make as many
connections to it as it desires, but it is opened exclusively by the hosted
dll and no other application loading it's own dll will get access to the db
file while it is open via the first attachment
Alan