dbExpress SQL Server demo

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
[email protected]
Posts: 1
Joined: Wed 01 Jun 2011 12:36

dbExpress SQL Server demo

Post by [email protected] » Wed 01 Jun 2011 12:42

The driver for Delphi XE is apparently not compiled with the XE Update 1 so when I include DBXDevartSQLServer module my unit fails to compile.

Is the source for this unit included with the purchased version so it can be recompiled to match any updates to the compiler or do you have to purchase the version with source code?

EDIT: Never mind... I'm a dummy... found the source module.

AndreyZ

Post by AndreyZ » Thu 02 Jun 2011 07:00

Hello,

It is good to see that this problem was solved. To work with dbExpress driver for SQL Server, you should add the %DbxSda_Install_Directory%\Source directory to Library Path of your IDE.

Post Reply