Page 1 of 1

How to pass/convert a blob in a SQL

Posted: Tue 04 Jan 2005 11:27
by GEswin
I have a few scripts where i update or insert records, specially using MyScripter. What should I do if I want to insert a blob (image or external file). With myQuery it works excellent when i pass it as a parameter, but with myscript I supose I have to encode it to some readable format, but I can't find out what.

Re: How to pass/convert a blob in a SQL

Posted: Wed 05 Jan 2005 09:52
by Ikar
MyDAC doesn't provide such service. You can read about quoting principles in MySQL Reference Manual mysql_escape_string