GregJohnson
Posts: 0
Joined: Sun Feb 05, 2012 9:39 pm

to sql or not to sql?

Is there a way to connect a internal database created with openDatabase to a select list etc. the way you can with a service?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

to sql or not to sql?

Internal database - are referring to Web SQL Database?

GregJohnson
Posts: 0
Joined: Sun Feb 05, 2012 9:39 pm

to sql or not to sql?

I guess so, still learning the terminology. IOW still part of HTML5 but not the localStorage keys.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

to sql or not to sql?

You can use PhoneGap API to access the database: http://docs.phonegap.com/en/1.4.1/pho...

GregJohnson
Posts: 0
Joined: Sun Feb 05, 2012 9:39 pm

to sql or not to sql?

Ya, but that just shows how to access the DB, what I mean is there a way to connect that to say a select list the same way I would connect the results of a REST call. Or do I need to use some custom JS to populate the select list?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

to sql or not to sql?

Not yet, it's something we are planning to do. You can definitely do it with JavaScript today.

Return to “Issues”