Hello,
I have a problem accesing INFORMIX DBMS via ODBC using C and INTERSOLV 3.1 ODBC DRIVER on Windows 2000 Server.
My source codel looks like:
rc = SQLAllocEnv (&henv);
rc = SQLAllocConnect (henv, &hdbc);
rc = SQLConnect (hdbc,(unsigned char *)dbname, SQL_NTS, (unsigned char *)dbuser...
Hello,
I have a problem accesing INFORMIX DBMS via ODBC using C and INTERSOLV 3.1 ODBC DRIVER on Windows 2000 Server.
My source codel looks like:
rc = SQLAllocEnv (&henv);
rc = SQLAllocConnect (henv, &hdbc);
rc = SQLConnect (hdbc,(unsigned char *)dbname, SQL_NTS, (unsigned char *)dbuser...
I'm trying to use the INTERSOLV 3.01 32-BIT INFORMIX ODBC driver to connect to the Informix server via ESQL/C, and I cannot figure out the connection string. Can anyone give me an example?
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.