folk,
I'm trying to develop something for our Crystal Reports that generates an EAN barcode image from the numeric string.
I've already developed a function in our SQL database to encode the numeric string as the ones and zeroes that represent the bars and spaces but I'm at a total loss as to:
- How I would store this in the DB (other than a VarChar(100))
- How to translate these ones and zeroes to an actual image (even if only 1 pixel in height)
Much obliged.