I'm interested in creating SQL batch files, containing SQL statements.
MySQL user may compare them to the output mysqldump produces. In order
to properly generate INSERT statements with string values, I need to
properly quote them. Now, I could use the quote() method from a DBI
connection handle. The only thing is: I don't need a DBI connection, I
may even not have access to a database, I just want access to the quote
method associated with some DBD driver. What's the best way to do that?

-- 
        Bart.

Reply via email to