Page 1 of 1
DBXInterBaseDevart added to uses list
Posted: Fri 21 Nov 2008 12:28
by esasse
Now my Delphi is adding a DBXInterBaseDevart to the uses list in addition to the DBXDevartInterBase, which was already there.
And this file doesn't exist!
I'm running the latest driver version in Delphi 2009.
Posted: Mon 24 Nov 2008 08:44
by Plash
Please open the \Documents and Settings\All Users\Documents\RAD Studio\dbExpress\dbxdrivers.ini file, and find the following section:
[DevartInterBase]
In this section check the value of the DriverUnit parameter. It should be DBXDevartInterBase:
DriverUnit=DBXDevartInterBase
Posted: Fri 28 Nov 2008 13:23
by fgomes
Plash wrote:Please open the \Documents and Settings\All Users\Documents\RAD Studio\dbExpress\dbxdrivers.ini file, and find the following section:
[DevartInterBase]
In this section check the value of the DriverUnit parameter. It should be DBXDevartInterBase:
DriverUnit=DBXDevartInterBase
Hi,
I have the same problem and the DriverUnit parameter is correct in my dbxdrivers.ini.
I looked at the DBXDevartInterBase.pas source code and found the following code in line 51:
Code: Select all
DriverProperties[TDBXPropertyNames.DriverUnit] := 'DBXInterBaseDevart';
Can this be the problem?
Posted: Mon 01 Dec 2008 08:21
by Plash
Yes, probably this is the problem. We'll fix the BXDevartInterBase.pas file in the next DbxIda build.