int KISAMPutDate(KHAND handle, char *lpRecbuf, char *lpName, int nOcc, double dNum)
Parameter | Type | Purpose |
handle | KHAND | handle of table to which the row buffer applies |
lpRecbuf | char * | record buffer containing a database row |
lpName | char * | name of the column as defined in the data dictionary for the table. |
nOcc | int | occurrence number for array columns counted from 1. Use zero if not applicable. |
dNum | double | new date value for the column |
This updates the specified column with a new date value. Dates are in VB format (see KISAMGetColumn). If the column is not a date or if invalid an error is returned.