Problem in ODBC dsn creation.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello Friends, I want to create ODBC DSN dynamically, so I am using SQLConfigDataSource() function. for this reason i had included the odbcinst.h file also. But when tried to execute the program, i am getting a linker error as unresolved external symbol _SQLConfigDataSource@16. If i don't include the odbcinst.h file, then getting that SQLConfigDataSource undeclared identifier. Please help how can i create the DSN dynamically. Thanks in advance. Neelesh K J Jain.