int KISAMPutString(KHAND handle, char *lpRecbuf, char *lpName, int nOcc, char *lpBuf)
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. |
lpBuf | char * | new value for the column. |
This updates the specified column with the contents of the buffer lpBuf which must be null terminated. If smaller than the size of the column the residue will be space filled for the character data type.
This function can be used to update a column of any data type. Dates should be supplied in a 10 byte CCYY-MM-DD format