On 27 Apr 2013, at 8:05am, Igor Korot <ikoro...@gmail.com> wrote:

> No. Using straight insert with values does not work.
> Record still not inserted.

Okay, so you now don't have to worry about parameters, or a sub-select or any 
of those things.  What you have identified is that a simple INSERT with all 
values supplied returns SQLITE_OK but doesn't insert a record.

Make up a simpler TABLE and try inserting into that one.  A table with one 
INTEGER column ?  In fact, see if you can get any INSERT command working at 
all, then work your way up to one that doesn't work and see if you can find the 
thing that makes the INSERT stops working.

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

Reply via email to