I am using ubuntu linux. I got link error. I am using g++ complier
undefined reference to `odbc::DriverManager::SetConnectionPooling(bool)'
Please any one help me. What can i do for this error
libsync.a
libssl.a
libcrypto.a
libODBC++.a
libODBC.a
libcurl.a
libthread.so
libuuid.a
I used these libraries....
Please any one help me....
have you #include the header file in which the function is declared.
is the class inside odbc namespace or in DriverManager class?? check this.
have you implemented the function?
these might be reasons which i can figure out coz if you have implemented the function yourself then there should not be any error.