aspose file tools
The moose likes JDBC and the fly likes Insert Long BLOB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Insert Long BLOB" Watch "Insert Long BLOB" New topic
Author

Insert Long BLOB

Balakrishnan Saivarajan
Greenhorn

Joined: May 30, 2012
Posts: 1
I want to insert a 25mb file. In my server max_allowed_packet value is 16mb, I cann't change the server configuration. How can I Insert a file into mysql blob?

Thanks in advance.
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Why do you even want to store files that large in the database? I'd store the file in the file system, then store the path to it in the database.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Insert Long BLOB
 
Similar Threads
How do you convert an stream in to Blob data?
regarding image insertion in database
Search BLOB for text
inserting blob with CMP
setBinaryStream supported in jdk1.3