CHAR fields truncated in pro*C
394265Aug 17 2003 — edited Aug 25 2003When using "method 4" in the Pro*C/C++ programmers' guide, all CHAR fields are turncated by one character ostensibly to make room for the null terminating character. For any field that is defined exactly as long as the data in it, I have to modify the table to add a character (i.e. 4-char fields are modified to 5-char fields) in order to get all the original characters.
Does anyone know if ths is a bug, or an error in the documentation that indicates no special treatment fo these fields?
Thanks.