KISAMInitRecord

int KISAMInitRecord(KHAND handle, char *lpRecBuf)

Parameter Type Purpose
handle KHAND handle of table to which the row buffer applies
lpRecbuf char * record buffer to be initialised

This function initialises all the columns in the specified record buffer using a standard value for each data type. Thus string values will be set to blank, numbers and dates to zero . This function should be called prior to setting any specific columns in an insert using KISAMWrite.