php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16782 PHP & libiodbc-3.0.5 return garbage column names with ingres
Submitted: 2002-04-23 21:23 UTC Modified: 2002-04-24 11:27 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: karlm at isd dot canberra dot edu dot au Assigned:
Status: Not a bug Package: ODBC related
PHP Version: 4.2.0 OS: Solaris 8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: karlm at isd dot canberra dot edu dot au
New email:
PHP Version: OS:

 

 [2002-04-23 21:23 UTC] karlm at isd dot canberra dot edu dot au
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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-24 11:04 UTC] ahill@php.net
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
 [2002-04-24 11:27 UTC] kalowsky@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

sounds like it's an OpenLink issue.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 13:01:33 2025 UTC