Error while trying to open file

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
soned
Posts: 4
Joined: Fri 19 Mar 2010 17:59

Error while trying to open file

Post by soned » Thu 04 Nov 2010 17:50

hello every one.....

i have two applications, both using the same data base. If one is started and i try to start the other, give me an error: " Error while trying to open file. The file is already been using to other process"
What's wrong? Can you help me?

[/img]

AndreyZ

Post by AndreyZ » Fri 05 Nov 2010 07:14

It seems that you are using Firebird Embedded. This is a quotation from the README_embedded.txt file:
But you should be aware that you cannot access single database from a number of the embedded servers simultaneously, because they have SuperServer architecture and hence exclusively lock attached databases.
For more information please read the \Doc\README_embedded.txt file.

Post Reply