i have a field in a mysql table that i set data type as 'BLOB'. how can i insert a jpg file into the my table in my java code? mean's how can i read a jpg file and use that in the insert expression? i use follow instructions to read the jpg file:i have a field in a mysql table that i set data