Hi,

I am currently trying to hack some coldfusion code into submission, and
success grows closer and closer by the minute.  But what would make my life
INFINITELY easier would be to be able to disable all escape characters in
varchars and other similar column types.  Basically I am porting from a
Microsoft sql server environment over to mysql and i deal with alot of \'s.
 I'm processing it all with coldfusion and i can't find a good coldfusion
function like there was in php to make all the inserts safe (i dont
remember the function name, but it automatically \\'d the \'s etc.).  So I
need either
1. a flag that i have yet to find to turn off escape characters completely
2. a coldfusion function to make the sql statements "safe".

Thanks 

David Berndt


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to