SE_registration_get_info

Returns the SE_REGINFO object using a registered table name.

Usage syntax

LONG SE_registration_get_info
(SE_CONNECTION connection,
const CHAR *table,
SE_REGINFO reginfo);

Parameters
connection The current connection
table The name of the registered table
reginfo The SE_REGINFO object
Description

SE_registration_get_info returns the SE_REGINFO object for a registered table using the table name as a key.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_POINTER

SE_INVALID_REGINFO_OBJECT

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_TABLE_NOEXIST

SE_TABLE_NOREGISTERED