KISAMPutLong

int KISAMPutLong(KHAND handle, char *lpRecbuf, char *lpName, int nOcc, long lNum)

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.
lNum long new value for the column.

This updates the specified numeric column with a new value passed as an unsigned 32 bit integer.