I am writing a simple app that connects to a SQL Server database using
ODBC. I am trying to use the statement
SQLConnect(hdbc,"myodbcconnection",SQL_NTS,"myusername",SQL_NTS,
"mypassword",SQL_NTS);
But I am getting a compiler error that my string "myodbcconnection" is
not of type
unsigned char, which is how the statement is defined. The help files do
this, but I cannot get it to compile.
Amy help is appreciated.
Kris Munch