Hello Sir,
Good afternoon,Sir I hv problem plz help me how to save barcode image in mysql in java just send whole program for me...
Thanks:
Dinesh kUmar
This message was posted using Page2Forum from How to Save/Retrieve Barcodes to & from Database in .NET? - Aspose.BarCode for .NET and Java
Hi Dinesh,
Thanks for considering Aspose.
I will create a sample and post here soon.
Hi Dinesh,
Please find the attached java source for your required sample. Basically, it does the following:
- Generate barcode and save to MySQL DB (using insert statement)
- Generate barcode and save to DB (using update statement)
- Fetch barcode image from DB (using select statemnt) and recognize the barcode
The sample is based on a table "Product" with 4 columns. I have also included the script to create the table in MySQL database.