File in use

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sandokhane
Posts: 3
Joined: Thu 14 Apr 2011 07:00

File in use

Post by sandokhane » Thu 01 Mar 2012 22:18

Hi ... when i try to connect with ibdac to a database file (.gdb) in use i have an exception ... is there a solution to this problem.

AndreyZ

Post by AndreyZ » Fri 02 Mar 2012 11:35

Such error can occur if you are using InterBase embedded version. Please specify the exact version of InterBase server and client. You can learn it from the Info sheet of TIBCConnection Editor.

sandokhane
Posts: 3
Joined: Thu 14 Apr 2011 07:00

Post by sandokhane » Fri 02 Mar 2012 15:32

exactly.. i m using embedded version.. so i understand that this version of interbase not support multi-users connection mode ?

AndreyZ

Post by AndreyZ » Sat 03 Mar 2012 09:56

Yes, InterBase Embedded doesn't allow multiple connections. If it is appropriate for you, you can take a look at Firebird Embedded 2.5 . It supports multiple connections to a database file.

Post Reply