I have a sqlite database which i want to load in blackberry,i found a source something like
this
click here
like wise i want to deploy into blackberry..can u please suggest me something?
Asked
Active
Viewed 869 times
-1
pujitav
- 434
- 1
- 5
- 17
2 Answers
2
Check the phonegap documentation for deploying the application to blackberry
hkutluay
- 6,614
- 2
- 30
- 51
1
Check this thread:
How to implement an SQLite database in Phonegap?
There's an example that shows access to existing SQLite database from Javascript code.
Community
- 1
- 1
-
hey want to implement the same in Blackberry..is it possible?in that thread couldn't find from whr to load the db,i dont want to create or insert the data into db..! – pujitav Oct 04 '12 at 07:09
-
Try this approach with your PhoneGap application. And in the code (top post) there's a line, to connect to the existing SQLite database. – Oct 04 '12 at 07:43
-
u talking abt "how to open the db"? – pujitav Oct 04 '12 at 08:33
-
Yes, I am talking about the line: var lawnchair = new Lawnchair({table:'mytable', adaptor:'webkit'}, function(){ // Lawnchair setup! }); – Oct 04 '12 at 09:15