Hi,

SQLite documentation is a bit lite ;-)

I'm developping my first Air app. I did some test and now I have some
basic questions:

1) Two SQLConnection
Would it be a good strategy to open two SQLConnection on the same DB?
One Asynchrone and one Synchrone.

- Could it lock the db?

- What happens internaly if I call an asynchrone operation and then
call a synchrone operation before the async one finish?

2) Queue and execution
I have this error: "3110 - Operation cannot be performed while
SQLStatement.executing is true."

- Under which circumstance can this error happen?

-Does this mean that I must wait for an SQLStatement to return before
calling it again?

- Does this mean that I can queue multiple SQLStatement, as long as
they are different?

3) Database locked
"SQLError: 'Error #3119: Database file is currently locked.',
details:'database is locked', operation:'execute'"

- Under which circumstance can this error happen?



Reply via email to