Subject | Re: [firebird-support] How do you concurrently access a Firebird embedded database & server database? |
---|---|
Author | Martijn Tonies |
Post date | 2006-03-02T12:44:15Z |
Hi Paul,
for normal database access. Just use a server name as you
would normally do when connecting to a remote server.
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> Is it possible to have a connection open to a Firebird embeddedYes. The Firebird Embedded library can also act as a client
> database and have another connection open to a Firebird database on a
> server at the same time from within one program?
for normal database access. Just use a server name as you
would normally do when connecting to a remote server.
> Since two different versions of fbclient.dll are needed, how is it done?Martijn Tonies
>
> I want to copy some rows from some of the tables in a Firebird
> 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.
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com