ERROR | trailing null missing from STR bind value |
CAUSE | A bind variable of type 5 (null-terminated string) does not contain the terminating null in its buffer. |
ACTION | Terminate the string with a null character |
ERROR | trailing null missing from STR bind value |
CAUSE | A bind variable of type 5 (null-terminated string) does not contain the terminating null in its buffer. |
ACTION | Terminate the string with a null character |