I\'m new to this, and I am trying to build an app to be deployed with PhoneGap, to both Android and iOS. I am wondering how to link to a database which will store timetable dat
Careful because maxSize of database in Android Gingerbread 2.3.3 emulator must be 65535.
With this OS 200000 maxSize it could give an error.
200000 maxSize works for newer OS.