Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Contributor
samvayn
Posts: 13
Registered: ‎02-09-2012
My Carrier: none

SQLite database size limit

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

Please use plain text.
Super Contributor
SumiGhosh
Posts: 306
Registered: ‎09-20-2011
My Carrier: Vodafone

Re: SQLite database size limit

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.

Please use plain text.
Contributor
samvayn
Posts: 13
Registered: ‎02-09-2012
My Carrier: none

Re: SQLite database size limit

No - this is Line-Of-Business application that requires relational database operations.

Please use plain text.