Cause
A bind variable of type SQLT_STR (null-terminated string) did not contain the terminating null character in its buffer.
Action
Add a null character at the end of the string.
Error Message
trailing null character is missing from SQLT_STR type bind data
A bind variable of type SQLT_STR (null-terminated string) did not contain the terminating null character in its buffer.
Add a null character at the end of the string.