web-sql Questions

1

Solved

I am trying to optimize the speed that my Local database populates in a Web app that is being developed. Currently, it uses PHP to access the Database and then inserts that data into the local data...
Ainsley asked 5/4, 2012 at 15:34

1

Solved

I'm writing a thesis about offline abilities of web applications. My task is to show the possibilities of offline storage through a web application with a server-side relational database and Ajax/J...
Uncourtly asked 1/1, 2012 at 19:21

2

Solved

With new Html 5 there are 3 main ways to store data in your browser: localStorage WebSQL DB Indexed DB I wanted to know, for each of the types, for how long data is stored? If the user enters t...
Edy asked 19/12, 2011 at 16:13

2

Solved

I'm writing a HTML5 application that I want to release on the iOS app store. Either using PhoneGap or wrapped in a UIWebView control. I'm a bit confused about what options I have in terms of stori...
Oarlock asked 6/10, 2011 at 5:45

3

Solved

This spec http://www.w3.org/TR/webdatabase/ says: This document was on the W3C Recommendation track but specification work has stopped. The specification reached an impasse: all interested imple...
Undercut asked 18/1, 2011 at 4:53

2

Solved

After reading http://www.w3.org/TR/webdatabase/ and more specifically: This document was on the W3C Recommendation track but specification work has stopped. The specification reached an impasse...
Riverside asked 1/9, 2011 at 23:34

2

Solved

i have this code: function getData(){ db.transaction(function(tx){ tx.executeSql('SELECT * from q', [], function(tx, result){ var q = []; for (var i=0; i < result.rows.length; i++) { q.pu...
Bohon asked 25/8, 2011 at 21:21

2

Solved

I'm trying to figure this out but can't seem to on my own... I'm playing with Web SQL DBs and I can't get a loop to work properly with it. I use: for (var i=0; i<=numberofArticles-1; i++){ db...
Cinderella asked 28/1, 2011 at 6:18

2

Solved

I'm working on a bit of JavaScript that interacts with a client-side SQLite database, via the newish window.openDatabase(...), database.transaction(...) and related APIs. As most of you know when y...
Legislation asked 11/10, 2010 at 2:19

© 2022 - 2024 — McMap. All rights reserved.