Is there any way of inserting data into a table without using
SET ESCAPE \ and without placing \ before "&" character ?
The problem is; I am doing inserts into a table from a PERL program. There will be lots of data containing "&" characters.
How do I handle this?




Reply With Quote