Is there any way to enter a "/" that's part of the SQL,
and not taken as a delimiter?

I'm staring at the parsing of the command string, and it appears
to accept "\/", except it doesn't rip that \ out, so then I end
up with SQL that looks like \/, which the SQL parser doesn't like.

Am I just not seeing something, or is this a bug?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to