[PHP-DEV] PHP 4.0 Bug #6901: odbc_columns From: john.cumming <email protected>
Date: 09/27/00

From: john.cumming <email protected>
Operating system: Win98SE
PHP version: 4.0.1pl2
PHP Bug Type: ODBC related
Bug description: odbc_columns

Hi,

I am using the pre-built version of PHP 4.0.1pl2 on Win98. and connecting to a MSAccess data source with ODBC.

This code fragment works,
   $result = odbc_columns($link);

while this on does not,
   $result = odbc_columns($link, "%", "%", "%", "%");
it generates,
   Warning: SQL error: ,SQL state 00000 in SQLColumns in ...

I get the same error message with,
  $result = odbc_tables($link, "%", "%", "%", "%" );

I hope this is helpful.

-John

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>