hi everyone...

i need to store binary data (corresponding to audio and video) into mysql. 
i'm using a longblob field. i already used the mysql_real_query() and 
mysql_real_escape_string(), but had no luck... :(

my next idea is to try mysql_hex_string() to store the data in hex format. 
my question is: after the data is encoded in hex by mysql_hex_string(), how 
is it returned to its original format?

i'm using c/c++ in linux...

karima

Reply via email to