UltraLite User's Guide
C++ API Reference
ULCursor class
bool Set( ul_column_num colnum, value )
value:
p_ul_binary buffer-name, ul_length buffer-length
| ul_char * buffer-name, ul_length buffer-length = 0
| DECL_DATETIME date-value
| DECL_UNSIGNED_BIGINT bigint-value
| unsigned char char-value
| double double-value
| float float-value
| [ unsigned ] long long-value
| [ unsigned ] short short-value
Sets a value in the specified column, for the current row.
colnum A 2-byte integer. The first column is column 1.
value For character and binary data you must supply a buffer name and length. For other data types, a value of the proper type is needed. The function fails if the data type is incorrect for the column.
true (1) if successful.
false (0) if unsuccessful.