string<255> parameters

string<255> parameters are passed as a CS_CHAR *. On input, EAServer null-terminates CS_CHAR parameter values using the length meta-information associated with the datatype. On output, updated CS_CHAR parameter values must be null-terminated.

Notestring<255> parameter values cannot be longer than 255 bytes. Use string parameters if your application requires larger values.