in reply to Re^2: SQLite select wont' return records
in thread SQLite select won't return SELECTed records

Either reopen STDERR to the file or use File::Tee to duplicate the output to a file if you want errors to (also) go to a file.

If you don't need a username, don't pass one in. Also note that SQLite has no concept of permissions at all.

  • Comment on Re^3: SQLite select wont' return records

Replies are listed 'Best First'.
Re^4: SQLite select wont' return records
by bulrush (Scribe) on Oct 16, 2014 at 13:47 UTC
    I didn't mean SQLite permissions, I meant unix permissions for the test.db file.