Marc Delisle wrote:
Michal Cihar wrote:
On Tuesday 04 February 2003 21:08, Michal Cihar wrote:
There is no need to decode anything, it's just mysql representation of binary data. In database there are aways same data. At least it worked so for me.
And it should work so, look at the docs:
http://www.mysql.com/doc/en/Hexadecimal_values.html http://www.mysql.com/doc/en/BLOB.html
Ok Michal, I will upload some binary the new way and make some tests with my displaying application.
Marc
Ok everything works. I just added some code to avoid displaying the UPDATE query if there was a binary upload, now I wonder if we should do the same for the INSERT query?
Marc