We are trying to program the offline part of the mobile and we have some doubts (we are using a SQLite database):
- Can we know every moment if the terminal is in online or offline mode? How
- If we run first connect online, how can we then switch to offline mode? That is, how do we switch between online / offline mode?
- If in the BD Setting part we define a transaction for the SQLite, is this the local one? We hace to declare it here too or only in the part of Offline Settings?
And why doesn't appear the SQLite3 type in those options? We define-it like a ODBC source:
- How do we send the local database to the mobile? Or does it have to be created in the terminal?
Thanks a lot,
Oihana