Unit "DBXSQLServerDevart" automaticaly added to uses clause
Posted: Mon 08 Dec 2008 10:06
I use driver ver. 4.45.13
When I set the connection name = 'Devart SQL Server' and the driver is set (Driver = 'DevartSQLServer'), then the unit DBXSQLServerDevart automaticaly is addet to uses clause of DataModule. But there is no unit with the name DBXSQLServerDevart, right unit name is DBXDevartSQLServer. I can't get rid of this, and the project can't be compiled.
I looked in the unit DBXDevartSQLServer.pas, and on the line 56, there is the code:
DriverProperties[TDBXPropertyNames.DriverUnit] := 'DBXSQLServerDevart';
Maybe this is the problem, but I need the solution.
Thanks, Tomaz
When I set the connection name = 'Devart SQL Server' and the driver is set (Driver = 'DevartSQLServer'), then the unit DBXSQLServerDevart automaticaly is addet to uses clause of DataModule. But there is no unit with the name DBXSQLServerDevart, right unit name is DBXDevartSQLServer. I can't get rid of this, and the project can't be compiled.
I looked in the unit DBXDevartSQLServer.pas, and on the line 56, there is the code:
DriverProperties[TDBXPropertyNames.DriverUnit] := 'DBXSQLServerDevart';
Maybe this is the problem, but I need the solution.
Thanks, Tomaz