ctsqlGetTimeStamp Retrieve the time stamp field. Declaration CTSQLRET ctsqlGetTimeStamp(pCTSQLCURSOR hCursor, INTEGER colnumber, SQLTIMESTAMP* buffer) Description ctsqlGetTimeStamp() retrieves the value of a time stamp field, given its cursor and column.
Return ctsqlGetTimeStamp() returns CTSQLRET_OK on success.
See Also ctsqlGetBytes(), ctsqlGetChar(), ctsqlGetNumeric(), ctsqlGetSmallInt(), ctsqlGetInteger(), ctsqlGetReal(), ctsqlGetFloat(), ctsqlGetDate(), ctsqlGetMoney(), ctsqlGetTime(), ctsqlGetTinyInt(), ctsqlGetBinary(), ctsqlGetBit(), ctsqlGetBigInt(), ctsqlGetBlob() |
|||||||