I'm using Visual Cobol to access a MySQL Database.
I have the $SET SQL(DBMAN=ODBC) set, and I've even tried setting that in the Microfocus > Build Configurations > COBOL > SQL Preprocessor.
However the compiled executable from Visual Cobol, gives me the following error.
OpenESQL Error: Unable to load ODBC Driver/Driver Manager. Ensure that your
database environment is set correctly.
However if I compile from the Linux command line using "cob -xV Source.cbl" the executable works perfectly.
Its just a convenience thing, but any ideas how to get Eclipse to compile executable programs without resorting to me going to the command line every time?
Thanks for you help.
Eric Boatman