On 25 Jun 2012, at 5:16am, Arbol One <arbol...@gmail.com> wrote:

> Thanks for the prompt response.
> Here is the same problem when using INSERT.

Read Igor's post again.  The only SQL commands which produce output are SELECT 
and (sometimes) PRAGMA.  Commands which make changes to your database, like 
CREATE TABLE and INSERT simply produce an integer result code which indicate 
whether they executed without error (SQLITE_OK) or had a problem of some kind 
(any other value).

If you want to read values which is in your database you must use a SELECT 
statement.

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

Reply via email to