Save and Retrieve Image from MySql Database Using Java
Here you will get an example for save and retrieve image from MySql database using Java. In development we generally use folders for managing images. But we can store images directly in database using BLOB (Binary Large Object) data type. MySql has following blob types: TINYBLOB: 255 bytes BLOB: 64 KB MEDIUMBLOB: 16 MB LONGBLOB: …
Save and Retrieve Image from MySql Database Using Java Read More »
