Copy link to clipboard
Copied
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!!!
Have something to add?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now