3 Sep
2001
3 Sep
'01
9:34 a.m.
sean.upton@uniontrib.com wrote:
Since barcodes are always unique numbers, you are likely to find that you would have good luck using keyboard-based barcode readers and a simple web form. In Zope, you could set up a BTree Folder that contained all your book records as some sort of object; the object id for your books would be the barcode, and you could use ZCatalog to catalog all the info, and enable barcode searches very easily.
Surely a table in a relational database would be a much better way to store this? Chris