Hi Brian,

Brian McLaughlin said:

> How can I copy the contents of one char column to another if the data
> contains "illegal characters" ??

A trick that can be used is to code it base64 prior to store and decode it
after retrieve :

X = unbase64( read( write ( base64 ( X ) ) ) )

Hope this helps
-- 
V�ctor A. Rodr�guez (http://www.bit-man.com.ar)
El bit Fantasma (bit-man)
Life hacker


Reply via email to