[codenameone-discussions] calling finalize() on db objects

2017-02-15 Thread howudodat1
I am getting the following errors on Database object that "supposedly" hasn't been closed yet. I have a helper class that I use to retrieve the Database (all db calls go through this class) and in it's finalize I call close() on the db. you can see from my log that it is being called.

[codenameone-discussions] read/write sqlite db using sd card

2017-02-15 Thread howudodat1
My program allows users to store their db in any writeable portiion of the sd card (or external sd card). or if they are on iOS or dont have any saved DBs, it uses getAppHomePath() However Database.openOrCreate(sDB) appears to be dependant on /database for example when I provide a full path to