Contents Index GetLastIdentity method GetSQLCode method pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference
    ULConnection class

GetLastDownloadTime method


Prototype 

bool GetLastDownloadTime( 
ul_publication_mask  mask
DECL_DATETIME *value )

Description 

Provides the last time a specified publication was downloaded.

Parameters 

publication-mask    A set of publications for which the last download time is retrieved. A value of 0 corresponds to the entire database. The set is supplied as a mask. For example, the following mask corresponds to publications PUB1 and PUB2.:

UL_PUB_PUB1 | UL_PUB_PUB2

For more information on publication masks, see publication synchronization parameter.

value    A pointer to the DECL_DATETIME structure to be populated.

A value of January 1, 1990 indicates that the publication has yet to be synchronized.

Returns 

Contents Index GetLastIdentity method GetSQLCode method pdf/preface.pdf