I am reading multiple databases and creating one HL7 message. one of the database is DB2 it has a clob column And I need to convert it to varchar. I have been successful with using cast but it will only work if the column contains less than 32000 char. So I need to find a way that will work no matter what the size.
I am doing this with VB. Any help would be appreciated?
Thanks,
Jim