Advantage Client Engine
Returns the date the table was last updated.
UNSIGNED32 |
AdsGetLastTableUpdate (ADSHANDLE hTable, UNSIGNED8 *pucDate, UNSIGNED16*pusDateLen); |
hTable (I) |
Handle of a table or cursor. |
pucDate (O) |
Day the table was last updated. |
pusDateLen (I/O) |
On input, the length of the pucDate buffer. On output, the length of the returned data. |
The date returned is the day the table was last written to, and formatted according to the current date format.
None.