Subject Re: [firebird-support] Re: Embedded FB Question
Author Helen Borrie
At 11:20 AM 25/09/2003 -0300, you wrote:
>Hi,
>
>At September 25, 2003, 08:56, H. Liao wrote:
> > I'll have the same problem. Do you mean two exectutables or two
> > processes?
>
>Two processes. Each process have to load a separate instance of the
>embedded server.
>
> > If two processes of the same executable access one
> > database, will it work?
>
>No, you would be asking for almost instant database corruption.

Actually, you will get an "Access denied" error, because the first instance
of the embedded server will have an exclusive lock on the database file
(embedded is based on Superserver).

heLen