hello,
in witango i know theres a way to encode strings for use in sql (ie, changing a ' into '' so it can be used within an insert).  Im dumping some data from a table into a file and then loading it into another database.  I was wondering if it was possible to do this same "sql encoding"?  I'm trying too read the data back into the other database but wherever theres a ' within the data it assumes thats the end of the string so i get lots of warnings saying "excess data values ignored".
 
thanks for the help,
Atrix

Reply via email to