Search found 3 matches

by Pandora
Fri Oct 24, 2003 3:34 pm
Forum: Coding Questions
Topic: Getting a list of tables in SQLite Database
Replies: 1
Views: 1091

Try to get your information from the sqlite_master table, which should be included in every database.

Code: Select all


SELECT NAME FROM sqlite_master WHERE TYPE='table'

kind regards

Heiko
by Pandora
Wed Oct 22, 2003 9:04 am
Forum: Tricks 'n' Tips
Topic: UPC BARCODE
Replies: 24
Views: 10697

Well, in fact, the germans use the so called "EAN". It's very similar to UPC and JAN.

I've compared the barcode displayed on my glass of chocolate spread with a the same code generated by your routine.

The number is 4005500280125.

My scanning device was not able to read your code. (Symbol ...
by Pandora
Tue Oct 21, 2003 6:34 am
Forum: Tricks 'n' Tips
Topic: UPC BARCODE
Replies: 24
Views: 10697

Cool. :-)
Works better than any TTF. What a pity, we don't use UPC in europe as often as americans do. Do you know more about Code 2/5 Interleaved ?