On Thu, Jan 2, 2014 at 11:29 PM, Digradi Socobaris
<anon...@zigzup.com.br> wrote:
> My app Adobe Air try to save some data in a sqlite 3 database, but the app
> when insert a data, it does without problem, but i cant see the data when
> browse by the lita or sqlite browser. It look like empty table.
>
> select * from table  <- adobe air return ok
> insert into table (values...) <- adobe air return ok, but table stil empty !
>
> Despite table empty, the adobe air work how the data was inserted indeed,
> but the table stil empty when you browse with sqlite browser.
>

You are probably not committing the data, so other transactions cannot see them.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to