| SE_registration_create |
Creates an instance of a registered table.
LONG SE_registration_create
(SE_CONNECTION connection,
SE_REGINFO reginfo);
| connection | The current connection |
| reginfo | A SE_REGINFO object |
SE_registration_create creates an instance of a registered table using the information in the SE_REGINFO object. The table must exist not registered previously. If a user-maintained row ID column is specified, it must exist. Only the owner of the table may 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