Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Uploading and Downloading Images in MaxDB Database

This weblog discusses the simple steps to upload and download images to MaxDB Database server. The necessary java programs used to perform the above operation are also available for further reference. This is a continuation of the previous blog but just shows how easy it is to save images in MaxDB and retrive the same.

Upload Images into MaxDB Database

The below given program performs the image upload into MaxDB. The result of the same is also given below.

Executing the Program



Checking the Entry



Download Image from MaxDB Database

The below given program performs the image download from MaxDB. The result of the same is also given below.

Executing the Program



Checking the Downloaded file



This is a very simple weblog. Hope this was useful to you.