September 2001
Intermediate to advanced
768 pages
32h 45m
English
resource odbc_tableprivileges(resource conn, [string catalog], [string owner], [string table])
| conn | Connection ID |
| catalog | Catalog name |
| owner | Database owner |
| table | Table name |
Lists column permissions.
Returns:
Result identifier; FALSE on failure
Description:
Displays permissions of a table. The syntax of this command may vary across database vendors; the example below shows the correct syntax for Microsoft SQL Server. 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, GRANTOR, GRANTEE, PRIVILEGE, and IS_GRANTABLE. The results are ordered by TABLE_QUALIFIER, TABLE_OWNER ...
Read now
Unlock full access