SE_registration_delete

Unregisters a table

Usage syntax

LONG SE_registration_delete
(SE_CONNECTION connection,
const CHAR *name);

Parameters
connection The current connection
name The name of the registered table
Description

SE_registration_delete deletes an instance of a registered table using the table name as the key. The records for the table are removed from the ArcSDE system tables, TABLE_REGISTRY and COLUMN_REGISTRY.

Only the owner of the table can delete the registered table entry. Tables that are multiversioned tables and spatial tables cannot be unregistered.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_DELETE_NOT_ALLOWED

SE_INVALID_POINTER

SE_NET_FAILURE

SE_NOT_TABLE_OWNER

SE_TABLE_NOEXIST

SE_TABLE_NOREGISTERED