[PHP-DB] odbc_tableprivileges question From: Mark Newnham (mnewnham <email protected>)
Date: 10/12/00

Is this function reliable? if so could someone give a sample of it's use
please?

I have the code-
$privs = odbc_tableprivileges($odbcConn,"","","entity");
odbc_result_all($privs);

using this against db2 returns no rows, against mysql it returns an error

 
Warning: SQL error: , SQL state 00000 in SQLTablePrivileges in ../

regards

Mark

#####################################################
Mark Newnham
Application Design Associates, Inc
6021 S.Syracuse Way #302
Englewood, CO 80111, USA

http://www.adacorp.com
#####################################################

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