tibasTuple_PutString()

Stores a string value in a specified field in a specified tuple.

Declaration

tibas_status tibasTuple_PutString
(tibasTuple  tuple,
const char*  fieldname,
char*        value)

Parameter

Parameter Description
tuple Specify the tuple into which you want to put a string value.
fieldname The fieldname.
value The string value to store in the fieldname.

Remarks

Use the tibasTuple_PutString() function to put a specified string value in a specified field in a specified tuple.