SE_archiveinfo_get_date_columns

Returns an archive’s from_date and to_date columns

Usage syntax

SE_archiveinfo_get_date_columns (const SE_ARCHIVEINFO archive, ACHAR *from_date_name, ACHAR *to_date_name)

Parameters
archive Pointer to the archiveinfo object to query
from_date_name The from column name
to_date_name The to column name
Description

This function retrieves this object’s archiving table and the from_date and to_date columns. The archiving table is the business table that has archiving enabled.

Returns

SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_PARAM_VALUE
SE_INVALID_ARCHIVE_OBJECT
SE_SDE_NOT_STARTED