SE_registration_create

Registers a table with ArcSDE

Usage syntax

LONG SE_registration_create
(SE_CONNECTION connection,
SE_REGINFO reginfo);

Parameters
connection The current connection
reginfo A SE_REGINFO object
Description

SE_registration_create registers the specified table with ArcSDE, adding records to the TABLE_REGISTRY and COLUMN_REGISTRY ArcSDE system tables. 

The table must not already be registered. If it is already registered, SE_TABLE_REGISTERED is returned.

If a user-maintained row ID column is specified, the column must already exist in the table.

Only the owner of the table can create a registered table entry.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_COLUMN_TYPE

SE_INVALID_POINTER

SE_INVALID_REGINFO_OBJECT

SE_NET_FAILURE

SE_NOT_TABLE_OWNER

SE_TABLE_REGISTERED