[sqlite] no such table error.

2010-06-14 Thread Tom Lynn
I'm fairly new to sqlite and generally use databases with single tables for use with my PERL scripts. I've encountered a problem where I've tried to insert data into a table named trunks and get the error "No such table: main.atd_data" atd_data is a table that I use in a different script. The

Re: [sqlite] no such table error.

2010-06-14 Thread Tom Lynn
Yes, that's it! Thanks. On Mon, Jun 14, 2010 at 3:56 PM, P Kishor <punk.k...@gmail.com> wrote: > On Mon, Jun 14, 2010 at 5:53 PM, Tom Lynn <t...@tomlynn.com> wrote: > > I'm fairly new to sqlite and generally use databases with single tables > for > > use with my P

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Tom Lynn
Why not use LibreOffice or OpenOffice with the odbc driver for SQLite? I do it with Excel a lot and just confirmed you can access it with these open source tools, too. On Fri, Dec 7, 2012 at 10:15 AM, Rob Richardson wrote: > There's several GUI-based SQLite tools