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. Printed April 5, 2025, 6:24 pm This article has been viewed/printed 35321 times. |