Hi!

Does anybody knows how to quote the binarie fields properly using the DBI.pm (on 
Mysql)?

I used "SELECT ..." , 
then 
$dnh->quote(some data), 
then
$dbh->do("INSERT ...")
The last "do" leads to error.


As I see, some funny characters selected from binary fields are not escaped. I 
compared it with the output generated with "mysqldump".

Plese help!!!!!

Yannis Livassov

Reply via email to