|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-21 23:03 UTC] kalowsky@php.net
[2002-05-22 09:19 UTC] john_tipton at urscorp dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 06:00:01 2025 UTC |
I have tried all the different syntaxes I could think of and can't get odbc_columns to work with ORACLE on Win 2000. <?php $cnx=odbc_connect("cpen_sds",$username,$password); $res=odbc_columns($cnx,"cpen_sds","%","faqs"); odbc_result_all($res, "BGCOLOR='yellow' border=3 bordercolordark='#FF0000'"); odbc_close_all(); ?> I get the following error: Warning: SQL error: , SQL state 00000 in SQLColumns in E:\InetPub\websites\AMS\wwwroot\test3.php on line 11 Warning: Supplied argument is not a valid ODBC result resource in E:\InetPub\websites\AMS\wwwroot\test3.php on line 12 Thanks, John R. Tipton