Severals idea : - Not sure it is mandatory to specify the path of the root znode where solr is installed on - 53493
Re: Inserting a blob in 'C' Posted by:Paul Hartman Date: November 08, 2005 10:26AM Use mysql_real_escape_string() to escape the binary data into a "string" that can be properly inserted into MySQL. Read the C API section of the MySQL manual for usage details. ...