BLOB

2001-03-08 Thread Hesham Anan
Hi What is the best way to download and upload BLOB object to MySQL database using Java, JDBC I tried using load_file in an INSERT query but it did not work Also I would like to know how to read the BLOB objects from the database Hesh

load_file

2001-03-06 Thread Hesham Anan
Hi I have been trying to use load_file to store a file as a BLOB object in a database table but it always returns NULL although I have made sure that the path is correct and I have the appropriate priviliges. Any hints how to use load_file correctly ? =