I'm getting all kinds of issues but mainly an access violation when I add a field to an existing db.
Also having bunches of new issues in android version too. More of this in the app section.
****** Found my own answer ***********
The db had security turned on so opening it required a password.
I disabled the requirement and the field could be added.
Obviously bad coding here.
At the very least a msg that informed you to turn of the security would be in order.
Better yet, coding that took into account the security would be better.
More on coding to come.
