internal static bool OKTransaction() { AppDatabase db = OpenDatabase(); return(db != null && db.OKTransaction()); }