Re: [sqlite] Sqlite error message

5 views
Skip to first unread message

Simon Slavin

unread,
Mar 23, 2012, 2:31:59 PM3/23/12
to General Discussion of SQLite Database

On 23 Mar 2012, at 5:46pm, Waltênio de Bessa Mendes <walten...@gmail.com> wrote:

> I got a error message "could not prepare statement (1 no such table:
> LivroDaBiblia) (Code 5)"

Make sure you're opening the correct database file. Try specifying the full path to the file.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite...@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Rob Richardson

unread,
Mar 23, 2012, 2:53:24 PM3/23/12
to General Discussion of SQLite Database
You may want to add "FailIfMissing=true" to your connection string. It always surprises me when I successfully connect to a database and then an attempt to read from a table that I know durn well is there fails.

RobR

Reply all
Reply to author
Forward
0 new messages