Hi All.
I have a C++ application using ODBC (3.0) to open a text (CSV) file. My OS
is
Win2K professional. The ODBC control panel says the text driver
is version 4.00.5303.01
On to the fun stuff!
Our QA lab has been able to produce (under heavy load) a case where calling
SQLConnect() returns
SQL_ERROR, and processing the message stack using SQLGetDiagRec().
gives me:
ODBC Library Error: 08004, -1036 [Microsoft][ODBC Text Driver] Too many
client tasks.
ODBC Library Error: IM006, 0 [Microsoft][ODBC Driver Manager] Driver's
SQLSetConnectAttr failed.
Does anyone know what this really means? SQL BOL and the Microsoft KB have
left
me scratching my head....
Cheers,
Steve.