0
votes

Which one of this database is good for offline database: MySQL, oracle, Apache derby or SQLite for my client-side android device?

The data that will be used - it primes for logging utilities and their names, the same way graphics and diagrams

Eclipse Juno + IBM Worklight + Android SDK

1

1 Answers

1
votes

MySQL, Oracle and Apache Derby are DBMS that you can't use for offline storage.

With Worklight you can use the IBM JSONStore or SQLite(using straight Javascript, SQL and Cordova Storage API)