Easysoft ODBC-ODBC BridgeI am trying to compile/link my C code and it fails with undefined symbol errors. |
|
If the undefined symbols are all SQLxxx then the likelihood is you have forgotten to add a -lodbc to the link line. This tells the linker to use libodbc.<ext>.