Re: Storing a BLOB in a MySQL database with the MySQL C API

2003-02-03 Thread Stephane Wirtel
*tmp" Could i send you my code ? because i don't find the solution of my problem. Best Regards Stephane Wirtel - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://

Storing a BLOB in a MySQL database with the MySQL C API

2003-02-02 Thread Stephane Wirtel
res = mysql_store_result(mysql)) ) g_error("Failed Store Result : Error : %s\n", mysql_error(mysql)); mysql_field = mysql_fetch_field(mysql_res); g_print("Field name : %s\n", mysql_field->name);

How to insert an Image in a table with libmysqlclient and API C ?

2003-01-31 Thread Stephane Wirtel
Hi all, my problem is the following, it's possible to insert an image in a table with the libmysqlclient ? My language is C i'm working with GNU/Linux Best Regards, Stephane Wirtel - Before posting, please chec