building ODAC and SQL Server DBExpress into the same exe

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Babnik42
Posts: 15
Joined: Tue 28 Nov 2006 11:46

building ODAC and SQL Server DBExpress into the same exe

Post by Babnik42 » Wed 17 Jun 2009 10:07

I need to build both the ODAC driver and the SQL Server DBExpress driver into the same exe. There are two problems. There are a few common files, repeated for each driver, these need to be extracted to a common folder. The second problem is that SQL server DBExpress needs the LITE conditional define, but ODAC doesn't. Has no one ever needed to do this?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 18 Jun 2009 06:38

You cannot build ODAC and dbExpress driver into the same application because our dbExpress drivers require the LITE define while ODAC does not.

You can use ODAC with SDAC in the same application, or Oracle dbExress driver and SQL Server dbExpress driver.

Post Reply