in reply to
Table in SQLite
The database you're opening has no table named employee. This is extremely clear from the error message. You have to create a table employee if you're going to be querying/updating it.
Comment on
Re: Table in SQLite
In Section
Seekers of Perl Wisdom