ID: 8767 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Informix related Operating System: RH 6.2 PHP Version: 4.0.3pl1 New Comment:
Does this happen with latest CVS snapshot from http://snaps.php.net/ ? Previous Comments: ------------------------------------------------------------------------ [2001-01-17 15:41:51] [EMAIL PROTECTED] I folks, I have searched many sources for a few days looking for an answer to no avail. I have what seems to be a properly configured setup of Redhat 6.2, PHP 4.0.3pl1, Informix Dyn Server 7.30. At this point I am trying to build a simple database browser. Using ifx_{connect, query, close} I can query a database in the 'informix.systables' and get results, using a particular db@server, uname, passwd in the ifx_connect call. However, using the same parameters a simple query, such as: select * from action always fails with code (E [SQLSTATE=42 000 SQLCODE=-206]) string: The specified table (uname.action) is not in the database If I use different db/server or uname or passwds, I get the expected error messages regarding the error. It seems that the user name (2nd parameter in ifx_connect call) is being prepended to the table request for some reason??? Running the same query from "dbaccess" works. I have not seen this error mentioned anywhere in user groups, web sites, etc. Thanks for any help, dave ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=8767&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]