Subject | Re: [firebird-support] Multiple Processes with Embedded firebird.... |
---|---|
Author | Elmar Haneke |
Post date | 2005-04-12T07:29:16Z |
> Is it possible to have two programs on one computer accessing the same fdbThe embedded Engine allows to open a database by one process only.
> file at the same time? Seems to work fine with Superserver. I seem to recall
> seeing that there were limitations in this regard on Embedded but cannot
> find a definitive reference.
The superserver behaves similar, but othere processes can connect by
networking to access the database.
> I am getting IO errors when the second app tries to connect to the database.You see the error since the FDB-file ist locked. Without this lock the
> Is there any way to do it? I am using the .NET provider with fb1.5.
file would be rapidly damaged.
Elmar