Subject Using IB_Export with special Characters
Author Markus Pfeiffer
Hi


I have to dump some fields (espcially blobs) into a textfile. There are two
problems which occur. One thing is, that the IB_Export component doesn´t
want to export MEMO fields, but this is solveable by using a cast ( memo as
varchar(32000)) statement. (these are text-blobs).
The other problem is that if there are ' characters in the Memo or in any
other varchar field, export fails.

Is there a bugfix or any other component I can use? Any suggestions for
solving the problem

Cheers Markus