Progress
Embedded SQL-92
Guide and Reference


TIMESTAMP Data Type

The TIMESTAMP data type combines the parts of DATE and TIME. The database representation and the host language representation for the TIMESTAMP data type is the following C Language structure:

typedef struct {
     tpe_date_t ts_date ;
     tpe_time_t ts_time ;
} tpe_timestamp_t ; 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095