SE_registration_create |
Registers a table with ArcSDE
LONG SE_registration_create
(SE_CONNECTION connection,
SE_REGINFO reginfo);
connection | The current connection |
reginfo | A SE_REGINFO object |
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.
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