September 2001
Intermediate to advanced
768 pages
32h 45m
English
int odbc_columnprivileges(resource conn, [string catalog], [string owner], [string table], [string column])
| conn | Connection ID |
| catalog | Catalog name |
| owner | Database owner |
| table | Table name |
| column | Column name |
Displays column permissions.
Returns:
Result identifier; FALSE on failure
Description:
Displays permissions of a column in a table. The syntax of this command may vary across database vendors; the example below shows the correct syntax for Microsoft SQL Server. In addition, wildcards can be used. % indicates a match on zero or more characters, while the underscore character (_) is used to match a single character. Results returned are TABLE_CAT, TABLE_SCHEM, TABLE_NAME, COLUMN_NAME, GRANTOR, GRANTEE, PRIVILEGE ...
Read now
Unlock full access