Subject | RE: [firebird-support] How do you concurrently access a Firebird embedded database & server database? |
---|---|
Author | Alan McDonald |
Post date | 2006-03-02T12:48:41Z |
> Is it possible to have a connection open to a Firebird embeddedyes
> database and have another connection open to a Firebird database on a
> server at the same time from within one program?
>just use two connection in the application - one to the server and one to
> Since two different versions of fbclient.dll are needed, how is it done?
>
the local file. Make sure the client lib you use is the embedded server
which is a normal client as well as a super server
> I want to copy some rows from some of the tables in a FirebirdAlan
> database on a server to the Firebird embedded database. I do not want
> to export the data to a flat file first but instead want to perform
> the copy in one step within the same program.
>