Re: [sqlite] Adobe Air do not include on sqlite database

2014-01-03 Thread RSmith
If this is on Windows, the UAC might virtualize your file to a different folder so that Adobe Air actually sees a different file. Try to not store DB files inside \program-files\ or other system-folders. The actual file might be typically somewhere inside:

Re: [sqlite] Adobe Air do not include on sqlite database

2014-01-03 Thread George
On Thu, Jan 2, 2014 at 11:29 PM, Digradi Socobaris 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

[sqlite] Adobe Air do not include on sqlite database

2014-01-03 Thread Digradi Socobaris
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