Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Backslashes with DBI quote( ) and MySQL

by lachoy (Parson)
on Mar 06, 2002 at 02:52 UTC ( [id://149600]=note: print w/replies, xml ) Need Help??


in reply to Backslashes with DBI quote( ) and MySQL

If the data made it into the database and is the same coming out as you put it in then I don't think you have a problem :-)

You may be running into how the mysql client represents textual data (itself escaping quotes but not backslashes) or something similar. All the quote() method does is ensure that the data can be put into the database (or passed to a stored procedure, or whatever) -- what the database does with the data after that is its own business.

Chris
M-x auto-bs-mode

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://149600]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-24 05:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found