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 3, 2025, 2:39 pm This article has been viewed/printed 35320 times. |