Um, Jochem, I'm not the one objecting to queryparams bub... I'm promoting them, but you won't see my promotion of them until 2-3 emails later. :P
MySQL actually uses the \ character as commands in the mysqladmin command line so, that might have something to do with it. Example: \h (help) \q (quit), etc. ~Todd On Tue, 13 Aug 2002, Jochem van Dieten wrote: > [EMAIL PROTECTED] wrote: > > You have to escape the \ with \\. > > Use cfqueryparam if you want your code to be portable. Or read the > message I just sent to the "Single Quote in Multiple Record Update - not > yet" thread. > > > > Don't ask why, I have no clue. > > Because a backslash is an escape character. Just like in PostgreSQL and > certain table types in Oracle. Read my rant or Google for "escape > characters" and the database of your choice. > http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&threadid=14672 > > > Use cfqueryparam. > > Jochem > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

