Subject | Re: [firebird-support] Firebird Embedded on Linux help |
---|---|
Author | Helen Borrie |
Post date | 2008-02-06T22:45:41Z |
At 09:15 AM 7/02/2008, Fulvio Senore wrote:
./heLen
>I followed those instructions and embedded is working for me.Just a note: The local loopback server *can* be used with libfbembed, but it won't work if [x]inetd isn't running. And, if it's used, then the connection is not an embedded one but a client/server one, and the user 'firebird' must have full access to the the database file and its location.
>Milan Babuskov, the author of that paper, also has a program that uses
>the embedded server.
>
>I think that the problem is in the way you connect to the database. For
>embedded you must use local access, not localhost. It might change with
>your database access software, but usually you pass an empty string as
>the server name.
./heLen