From:             [EMAIL PROTECTED]
Operating system: W2K
PHP version:      4.2.3
PHP Bug Type:     ODBC related
Bug description:  ODBC_CULUMNS problems


Im using Access 2k with PHP 4.2 win32 binary.

Im simply trying to query the columns in a table, thus;

--
$conn = odbc_connect( 'DSN_NAME', 'root', '' );

$cols = odbc_columns($conn, "%", "", "[table]");
--

This returns the error;

--
Warning: SQL error: , SQL state 00000 in SQLColumns in ......
--

I have seen previous postings in various places regarding this issue but
no mentions of a fix/workaround anywhere???

Whats the problem with this?  Is it the odbc drivers for windoze or
somthing code related (although the above follows the manual to a 't')?

Cheers,

Rick.

-- 
Edit bug report at http://bugs.php.net/?id=21844&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21844&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21844&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21844&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21844&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21844&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21844&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21844&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21844&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21844&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21844&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21844&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21844&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21844&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21844&r=gnused

Reply via email to