i'm using vb.net 2005 express + mysql connector to connect to mysql database.
i want to save image into mysql database. so i've created a table with img field as longblob.
to save the image, first i convert it into byte() and then insert into the table.
the problem is the maximum image size it save only 13b
whereas it should be more than that. ??? please, help ?