One my web application uses barcodes…. When i add a new item i am generating a barcode value which is converted to a barcode image… My question
-
What would you suggest storing barcode values or barcode images in sql server 2005?
-
Which one would you suggest?
EDIT:
- What Type of barcode you would suggest using with an asp.net application?
Linear Barcode (Code 128) is my choice.. Any other suggestion….
Without knowing your specific requirements, I would store just the value, especially if you can “regenerate” the image from the corresponding value at a later date (your phrase “i am generating a barcode value which is converted to a barcode image” seems to suggest that you can repeat that generation process, but I could well be wrong). Getting qualitative information from an image will require some of sort of OCR process, presumably.