Why do I get "undefined symbol" errors when I try to build my application against the ODBC-ODBC Bridge?
If the undefined symbols are all of the form SQLxxx
, try adding -lodbc
to the link line. This tells the linker to use libodbc.ext
.
If the undefined symbols are all of the form SQLxxx
, try adding -lodbc
to the link line. This tells the linker to use libodbc.ext
.