I'm currently working with c++ code that stores strings to a LONG_VARCHAR in a db2 table. The strings contain different data at defined offsets within the string. A "type" value is stored in another column with each string entry. This "type" value is used to decode the string - the "type" value defines what data the string contains and ultimately the offset of the data in the strings. As an example:
A data...