SE_log_get_by_name

Returns an SE_LOGINFO object based on a log file name

Usage syntax

LONG SE_log_get_by_name (SE_CONNECTION connection, const CHAR *logfile, SE_LOGINFO loginfo);

Parameters
connection The connection handle
logfile The name of the log file
loginfo The SE_LOGINFO object for the logfile
Description

SE_log_get_by_name returns an SE_LOGINFO object based on the specified log file name. A qualified (user name combined with log file name) name is allowed.

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