Re: unstable server -
08-11-2011
, 09:24 AM
That error appears to be generated in the ODBC driver not in the IDS
server ([Informix][Informix ODBC Driver]) so changes in the engine
side wouldn't make much difference.
That problem usually appears when the SQL parser inside the ODBC
driver gets out of memory.
You can try disable the SQL parsing with the SKIPPARSING option:
http://publib.boulder.ibm.com/infoce...s_odbc_044.htm
Still, I suggest to move to the latest 3.70.TC3, it contains more bug
fixes than plain TC1 |