SE_state_archive_tables64

Archives rows for the given table

Usage syntax

LONG SE_state_archive_tables64 (SE_CONNECTION handle, SE_INT64 low_state_id, SE_INT64 high_state_id, struct tm *archive_time);

Parameters
connection The connection handle
low_state_id The low 64-bit state ID
high_state_id The high 64-bit state ID; child of low_state_id
archive_time The database time recorded at the time the archive operation begins; generated by ArcSDE
Description

This function archives rows on the archiving tables modified between the 64-bit low and high states. See also SE_state_archive_tables().

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_DB_IO_ERROR

SE_INVALID_STATE_ID

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_SDE_NOT_STARTED

SE_STATE_HAS_CHILDREN

SE_STATE_INUSE