(PHP 4, PHP 5, PHP 7)
Lists columns and associated privileges for the given table
resource odbc_columnprivileges ( resource $connection_id, string $qualifier, string $owner, string $table_name, string $column_name )
Lists columns and associated privileges for the given table.
Parameters:
connection_id
The ODBC connection identifier, see odbc_connect() for details.