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

-----Original Message-----
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
On Behalf Of Simon Slavin
Sent: Friday, March 23, 2012 2:32 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Sqlite error message


On 23 Mar 2012, at 5:46pm, Waltênio de Bessa Mendes <walteniobe...@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-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to