Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: beon
  • Order by date
  1. beon

    accesing INFORMIX DBMS via ODBC using C - ERRORS

    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...
  2. beon

    connecting INFORMIX via ODBC using C

    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...
  3. beon

    connection string via ESQL/C

    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?

Part and Inventory Search

Back
Top