Thanks, it solved one part of the problem, now's the next part :
When my user uploads a file, I compress it using bz2 compression, and then I read the compressed file to store in a BLOB ... (I know that's not the best way, but ...) But when I issue my SQL INSERT request, I have the following...