On 15 Mar 2012, at 6:48pm, Waltênio de Bessa Mendes <walteniobe...@gmail.com> 
wrote:

> I need help when receive a message error *"could not prepare statement no
> such table..." * when try
> execute "*select*"  in the code:

Open the database in the shell tool and use '.tables'.

http://www.sqlite.org/sqlite.html

Does it show a table with that name ?  If so, try executing the same SELECT 
command in the shell tool.

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

Reply via email to