On 15 Nov 2011, at 11:09pm, BertD wrote:

> When i'm working with the db in Flex, i'm able to Query the db I want, but
> am unable to "UPDATE" nor "INSERT" ?

My guess is that you're opening a database file with the same name, but in a 
different directory.  Or that you do have the database file protected by some 
part of your file system and it's opening as read-only.

When you do queries, are you actually reading out records in that database, or 
does it always return no rows ?

> Is there any off-the-bat reason why
> this would be (like read-only setting i cannot find) 

well, there's one in the open() call.  Did you find that ?

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

Reply via email to