Date: 09/27/00
- Next message: Howard Cohodas: "RE: [PHP-DEV] COM PropPut() patch - support for write-only properties"
- Previous message: jack_suyu <email protected>: "[PHP-DEV] PHP 4.0 Bug #6900: dll can not load"
- Next in thread: Frank M. Kromann: "Re: [PHP-DEV] PHP 4.0 Bug #6901: odbc_columns"
- Maybe reply: Frank M. Kromann: "Re: [PHP-DEV] PHP 4.0 Bug #6901: odbc_columns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Howard Cohodas: "RE: [PHP-DEV] COM PropPut() patch - support for write-only properties"
- Previous message: jack_suyu <email protected>: "[PHP-DEV] PHP 4.0 Bug #6900: dll can not load"
- Next in thread: Frank M. Kromann: "Re: [PHP-DEV] PHP 4.0 Bug #6901: odbc_columns"
- Maybe reply: Frank M. Kromann: "Re: [PHP-DEV] PHP 4.0 Bug #6901: odbc_columns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

