At 18:41 -0400 8/18/05, Karima Velasquez wrote:
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?
The server decodes the hex value when it executes the statement.
--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]