<h2>somebody tell me how to setup data source</h2>
-
My have writen an application which uses ODBC and Ms Access database, using visual c++ .net. I need to know how setup the data source programmatically, when the application is been installed. I need to do programmatically the stuff you do with odbc addministrator tool. thaxx hussein
-
My have writen an application which uses ODBC and Ms Access database, using visual c++ .net. I need to know how setup the data source programmatically, when the application is been installed. I need to do programmatically the stuff you do with odbc addministrator tool. thaxx hussein
-
My have writen an application which uses ODBC and Ms Access database, using visual c++ .net. I need to know how setup the data source programmatically, when the application is been installed. I need to do programmatically the stuff you do with odbc addministrator tool. thaxx hussein
The function you are looking for is
SQLConfigDataSource()
.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
What is with the H2 stuff? Trying to make your question stand out from the rest? Tim Smith I'm going to patent thought. I have yet to see any prior art.
-
The function you are looking for is
SQLConfigDataSource()
.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
You call it just like you would any other function. Check the documentation for the parameter list.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown