SE_table_free_lock

Frees the locks on a table.

Usage syntax

LONG SE_table_free_lock
(SE_CONNECTION connection,
const CHAR *table);

Parameters
connection The connection handle
table The table name
Description

SE_table_free_lock frees the locks on a table.

Returns

SE_SUCCESS
SE_FAILURE

SE_DB_IO_ERROR

SE_INVALID_CONNECTION

SE_NO_PERMISSIONS

SE_SDE_NOT_STARTED

SE_TABLE_NOEXIST