SE_table_delete

Drops a DBMS table

Usage syntax

LONG SE_table_delete
(SE_CONNECTION connection,
const CHAR *table);

Parameters
connection The connection handle
table The name of the DBMS table to delete
Description

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.

Returns

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

Notes

∙  The user must have appropriate DBMS privileges to delete a table and associated spatial information.