G
Guest
I have an Access app that is exporting data to a DB2 database via ODBC. I
must use the contents of a text field in my app to populate an RTF-formatted
OLE object field in the DB2 database as part of append query. When I just map
the field directly, the DB2 field gets only the first character of the text
field.
Is there a way to "wrap" the output of my string so that it will appear as
RTF and populate the field correctly? The DB2 gurus' explanation was that it
needs to be "cast as a blob" (that's a lot of help to me in Access, now,
isn't it?)
must use the contents of a text field in my app to populate an RTF-formatted
OLE object field in the DB2 database as part of append query. When I just map
the field directly, the DB2 field gets only the first character of the text
field.
Is there a way to "wrap" the output of my string so that it will appear as
RTF and populate the field correctly? The DB2 gurus' explanation was that it
needs to be "cast as a blob" (that's a lot of help to me in Access, now,
isn't it?)