Subject | Re: [firebird-support] New user with problems with an embedded database |
---|---|
Author | Milan Babuskov |
Post date | 2009-09-25T14:43:38Z |
Reinout wrote:
depending on which version of Firebird you are using. I'll assume it's
2.1 or older.
Only by installing a full server. However, this would require you to
change the connection string in all applications that access it.
if they could, embedded server would lock out the second database file
as well. Even if you wanted to use some replication tool, it wouldn't
work as it requires its own connection.
machine where the database file resides. Then access database via that
server.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> connect to it with another app while the other one is using it. Is there any way of circumventing this?First of all, please note that answers to your questions might differ
depending on which version of Firebird you are using. I'll assume it's
2.1 or older.
Only by installing a full server. However, this would require you to
change the connection string in all applications that access it.
> using triggers to update a second dbNot really possible. Triggers cannot cross database boundaries, and even
if they could, embedded server would lock out the second database file
as well. Even if you wanted to use some replication tool, it wouldn't
work as it requires its own connection.
> My second problem is accessing a db over our network. I'm not entirly sure what kind of setup I would needYou need to install the full server (SuperServer or Classic) on the
machine where the database file resides. Then access database via that
server.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================