Page 1 of 1

building ODAC and SQL Server DBExpress into the same exe

Posted: Wed 17 Jun 2009 10:07
by Babnik42
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?

Posted: Thu 18 Jun 2009 06:38
by Plash
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.