> how is it possible to get special codes like LF (0A) or CR (0D) into a
> CHAR or LONG field?
> It seems that it is possible to add CR as "^M" but not as \r.
> How do I have to add \n so that it is treated as escape sequence?

It is generally best to use SQL with parameters to insert data because
this circumvents the whole quote/escape topic.

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to