Subject | Re: [firebird-support] linux, firebird embedded and $FIREBIRD_TMP |
---|---|
Author | Milan Babuskov |
Post date | 2009-09-29T14:31:36Z |
Daniel Weuthen wrote:
same time. You can have multiple applications accessing the same
database file, but they must all be "owned" by the same Linux user. This
is because only one user can hold a lock on that file.
If you need multiple different users to access the file, you have to go
through TCP/IP, i.e. full server.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> I want to use Firebird embedded for my Linux application. I copied allAFAIK, only a single Linux user can access the same database file at the
> necessary files to an fbembed subfolder. it works pretty well as long as
> only one user runs the program. the second user can not use it because
> the permissions of /tmp/firebird are wrong for him
same time. You can have multiple applications accessing the same
database file, but they must all be "owned" by the same Linux user. This
is because only one user can hold a lock on that file.
If you need multiple different users to access the file, you have to go
through TCP/IP, i.e. full server.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================