When I have experienced this error it is because there is a missing brace "}". So it appears to the compiler that another function is starting before the previous one has ended.
-Pat Kane
Have you turned on trace?
You could also try setting the version.
The ODBC API call is...
SQLSetEnvAttr( ghEnv, SQL_ATTR_ODBC_VERSION, (SQLPOINTER)SQL_OV_ODBC3, 0 );
where ghEnv is your environment handle.
Good luck!
1. Make an ODBC connection to Oracle database
2. File -> Get External Data -> Import...
3. Once dialog appears, change "Files of Type" to ODBC Databases(). It is usually the last option.
4. You will be prompt to select a datasource and log in.
5. Select all tables desired... and follow...
Does anyone know how to set the host name attribute of the ODBC connection using the API?
I am using a blind login to a database. Unfortunately, the DBAs only see the one user id as being connected to the database. If you fill in the host name in the ODBC configuration with the user ID or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.