When using the SQLite DatabaseController the app crashes with an SQLite Error ... near ";"
Please test run it after uncommenting the appropriate line in ApplicationHelper in order to use DatabaseController instead of MockupDatabaseController:
public static IDatabaseController createDatabaseController()
{
//return new MockupDatabaseController();
return new DatabaseController(ApplicationHelper.context);
}
When using the SQLite DatabaseController the app crashes with an SQLite Error
... near ";"
Please test run it after uncommenting the appropriate line in
ApplicationHelper
in order to use DatabaseController instead of MockupDatabaseController: