BUG: Mapped Binary Data in ESQL-C Truncates Data After 0x00ID: Q152112
|
When you insert binary data into a text/image, binary or varbinary
column, using dynamic ESQL-C SQL statements with variables mapped to C
memory regions, the data can be truncated if it contains an embedded
0x00.
Converting the values to the ASCII equivalents and prefixing the string with "0x" (0x01020003 --> "0x01020003") will ensure all data is inserted into the column.
Additional query words: ESQL-C MAPPED MEMORY
Keywords : SSrvESQL_C SSrvProg
Version : 4.22
Platform : WINDOWS
Issue type :
Last Reviewed: March 27, 1999