Originally posted by: adgadg
I have following error for the 'oil blending' example from ILOG OPL.
Database error (state=IM002 code=0):
MicrosoftODBC Driver Manager Data source name not found and no default
driver specified, near "DRIVER={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=C:\temp\ilog\oil-tmp\oilDB.mdb//"
I use in a .dat file:
DBConnection db("access","oilDB.mdb");
The oilDB.mdb is present at C:\temp\ilog\oil-tmp
In general, the ILOG / CPLEX documentation is not sufficient clear at this point.
Microsoft access is installed on my system and I can open the oilDB.mdb.
Regards,
Ad.
#DecisionOptimization#OPLusingCPLEXOptimizer