Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Perl or DBI error?

by InfiniteSilence (Curate)
on May 30, 2014 at 18:11 UTC ( [id://1088043]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1088043]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-25 07:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found