building ODAC and SQL Server DBExpress into the same exe
building ODAC and SQL Server DBExpress into the same exe
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?