SE_log_count_ids

Returns the number of rows referenced in the logfile.

Usage syntax

LONG SE_log_count_ids (SE_CONNECTION connection, SE_LOGINFO loginfo);

Parameters
connection The connection handle
loginfo The SE_LOGINFO handle
Description

SE_log_count_ids returns the number of rows referenced in a logfile.

Returns

Total number of rows referenced in the logfile (> = 0).

SE_LOG_IO_ERROR
SE_LOG_NOTOPEN

SE_NET_FAILURE

SE_SDE_NOT_STARTED

Notes

• This function does not affect any other logfile operations and can be called while rows are being logged to a logfile.