03-27-2012 02:03 PM
What is the limit for the database size created through JavaScript?
Emulators seem to allow quite large databases (they do ask user to confirm size increase), but I don't know if physical device behave differently.
Also, is there any programmatic notification to JavaScript if user is asked to confirm the size increase? I can't find any.
Thanks,
Sam
03-28-2012 12:21 AM
If you are inserting data like images i better ask you to use files instead of database. Database are little bit slower when you insert large datas.
03-28-2012 01:03 PM
No - this is Line-Of-Business application that requires relational database operations.