BLOb: cannot read all data,but few kb
问题 I am using BLOb support for inserting and reading from MySQl.(JDBC) I can do that,but when it reads,its only few kb's.I dont know why. here is the working code: import java.sql.*; import java.io.*; public class InsertAndRetrieveImage { public static void main(String[] args) throws SQLException, FileNotFoundException, IOException { int id=7; String connectionURL = "jdbc:mysql://127.0.0.1:3306/newdb";; Connection con=null; try{ Class.forName("com.mysql.jdbc.Driver"); con = DriverManager