ID: 16782 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating System: Solaris 8 PHP Version: 4.2.0 New Comment:
Please enter this into a support case at http://www.openlinksw.com/support/suppindx.htm A client-side trace would be helpful as well. Best regards, Andrew Hill Previous Comments: ------------------------------------------------------------------------ [2002-04-23 21:23:17] [EMAIL PROTECTED] Use odbc_result_all or odbc_field_name to get the column names from odbc_exec call to an ingres_ii database via libiodbc-3.0.5. The resulting column names are in fact portions of the original SQL query! Referencing by column number works. I am unable to test this with another database via libiodbc, however I can reproduce it using two different ODBC drivers. Using the php native drivers to ingres does work (but is of course still experimental). Configure line below: ./configure --with-ldap=/usr/local/ --enable-libgcc --enable-ftp --with-mysql=/usr/local/mysql --with-ingres=/db/ingres --with-iodbc=/usr/local/src/libiodbc-3.0.5 --enable-discard-path --enable-wddx --enable-track-vars --enable-sysvsem --with-nsapi=/db/www/netscape/server4 --with-oci8=/oracle/home/product/8.1.7 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16782&edit=1