SE_archiveinfo_set_date_columns

Sets an archive’s “from” and “to” columns

Usage syntax

SE_archiveinfo_set_date_columns (SE_ARCHIVEINFO archive, const ACHAR *from_date_name, const 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 sets this object’s from and to column names for the history table.

Returns

SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_ARCHIVE_OBJECT
SE_SDE_NOT_STARTED