Don Castiglioni
2005-07-13 00:21:43 UTC
I'm having trouble running a remote query against a Novell NDS table. I
downloaded the ODBC drivers from Novell.
The connection string seems to be OK but the SQLEXEC fails and says the
variable cur1 is not found. Am I doing something wrong?
lcConnStr = "Driver={Novell ODBC Driver for NDS};" ;
+ "DSN=NDS_CA;DBQ=NDS:\\TRAVIS\Travis\Granger\CA;"
nHandle = SQLSTRINGCONNECT(lcConnStr)
SelectStr = "SELECT workforceID FROM UserNDS "
= SQLEXEC(nHandle, SelectStr, cur1)
downloaded the ODBC drivers from Novell.
The connection string seems to be OK but the SQLEXEC fails and says the
variable cur1 is not found. Am I doing something wrong?
lcConnStr = "Driver={Novell ODBC Driver for NDS};" ;
+ "DSN=NDS_CA;DBQ=NDS:\\TRAVIS\Travis\Granger\CA;"
nHandle = SQLSTRINGCONNECT(lcConnStr)
SelectStr = "SELECT workforceID FROM UserNDS "
= SQLEXEC(nHandle, SelectStr, cur1)