in reply to Re: SQLite select wont' return records
in thread SQLite select won't return SELECTed records
Also, the table was not created with a username or password. So why would I need them? This is a table stored in a file in the same dir as the Perl program.
And I thought the docs said that RaiseError was on by default.
Ok I added the RaiseError and PrintError options where you suggested. I got no errors printed and the same thing happens: In doaddsqlite() no records are selected so dupe records are added to the table. dbish still shows there are records in the table. I double checked.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: SQLite select wont' return records
by Corion (Patriarch) on Oct 16, 2014 at 13:16 UTC | |
by bulrush (Scribe) on Oct 16, 2014 at 13:47 UTC | |
|
Re^3: SQLite select wont' return records
by GrandFather (Saint) on Oct 16, 2014 at 19:24 UTC |