SE_table_delete |
Drops a DBMS table
LONG SE_table_delete
(SE_CONNECTION connection,
const CHAR *table);
connection | The connection handle |
table | The name of the DBMS table to delete |
SE_table_delete deletes the specified DBMS table including the table definition. If the table is spatially enabled, all of its associated spatial information for the layer is also deleted.
SE_SUCCESS
SE_CONNECTION_IN_USE
SE_CONNECTION_LOCKED
SE_DB_IO_ERROR
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_NET_FAILURE
SE_SDE_NOT_STARTED
SE_TABLE_NOEXIST
∙ The user must have appropriate DBMS privileges to delete a table and associated spatial information.