Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Unsupported Group and Over in Informix (ODBC crashes) 1998-10-27 -- Scott Ferret > If table contain GROUP or OVER (in dct def.), app generates GPF at
> open()
This indicates a GPF in your backend driver. As it is happening on OPEN, I
suspect the bug is that your backend does not properly handle extended
fetches on the SQLColumns function. You can avoid this bug in C5EEB4 by
setting the driver string to /VERIFYVIASELECT=TRUE. In C5EE you can use
either this switch or the /FASTCOLUMNFETCH=FALSE switch.
Today is November 21, 2024, 8:33 am This article has been viewed 35232 times.
|
|