Compilation Error in unit DBXDevartSQLServer

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Cristiano
Posts: 11
Joined: Mon 08 Aug 2011 00:16

Compilation Error in unit DBXDevartSQLServer

Post by Cristiano » Mon 08 Aug 2011 00:30

Hi,

I downloaded the driver for SqlServer to test.
My version of Delphi is the Delphi XE.
I put in the "library path" the path of DBXDevartSQLServer.dcu (located in Delphi15 directory), but when compiling the project the following error occurs:

[DCC Fatal Error] ServerContainer.pas (11): F2051 Unit DBXDevartSQLServer was compiled with a different version of DBXCommon.TDBXDriverDef

What is wrong?

Tks for help.

AndreyZ

Post by AndreyZ » Mon 08 Aug 2011 10:37

Hello,

To solve the problem, please replace the %dbExpress_driver_for_SQL_Server_Install_Dir%\Delphi15 directory in Library Path with the %dbExpress_driver_for_SQL_Server_Install_Dir%\Source directory.

Cristiano
Posts: 11
Joined: Mon 08 Aug 2011 00:16

Post by Cristiano » Mon 08 Aug 2011 20:50

Thanks!

Post Reply