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
In reply to Re: Perl or DBI error?
by InfiniteSilence
in thread Perl or DBI error?
by RedElk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |