Skip to main content
September 17, 2013
Question

reset, finalize and close in AIR SQLLite

  • September 17, 2013
  • 0 replies
  • 300 views

Hi

My desktop app uses a local SQLLite DB, and only one user will be accessing it at any one time.

Couple of questions if you are able...

- currently, I keep the connection open the whole time, and just call sqlStatement.clearParameters(); before the next query. Should I be using reset() or a finalize function as well?

- does AS3 automatically close the DB connection when you close your app?

Thanks!!!

This topic has been closed for replies.