SE_log_alter

Changes a log file’s attributes

Usage syntax

LONG SE_log_alter (SE_CONNECTION connection, SE_LOGINFO loginfo);

Parameters
connection The connection handle
loginfo The SE_LOGINFO object
Description

SE_log_alter changes an SE_LOGINFO structure’s attributes. Currently, only the persistence attribute can be changed. The current user must own the target log file. The log file must have been previously opened by SE_log_open.

Returns

SE_SUCCESS
SE_FAILURE

SE_DB_IO_ERROR

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED

SE_TABLE_NOEXIST