SE_table_add_locator

Adds a locator to a DBMS table.

Usage syntax

LONG SE_table_add_locator
(SE_CONNECTION connection,
const CHAR *table,
const SE_LOCATORINFO locator);

Parameters
connection The connection handle
table The name of the table
locator The locator
Description

SE_table_add_locator adds a locator to a DBMS table.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_CONNECTION

SE_INVALID_LOCATOR

SE_INVALID_LOCATOR_NAME

SE_INVALID_LOCATOR_OBJECT_TYPE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_SDE_NOT_STARTED

SE_TABLE_NOEXIST