http://qs321.pair.com?node_id=1088043


in reply to Perl or DBI error?

To add to what erix said, if you use the sqlite command line interface you would have seen that there were no tables created:

> sqlite leavebal.db SQLite version 2.8.17 Enter ".help" for instructions sqlite> .tables sqlite>

Nothing. To verify:

sqlite> create table foo (alpha varchar(10) primary key); sqlite> .tables foo

Celebrate Intellectual Diversity