web-sql
What can increase performance of WebSQL on iOS devices?
I have PhoneGap app running on Android and iOS, it is using WebSQL. One table has 10 columns and about 350 rows. When I run simple query:[详细]
2023-03-24 11:34 分类:问答HTML5 Client Storage: WebSqlDatabase vs. WebStorage vs. Indexed Database
I have some questions concerning the abilities of client storage in HTML5. From what I\'ve found so far there are three different possibilities:[详细]
2023-03-23 21:20 分类:问答How to compress WebSQL database from JavaScript
I have developed an app using HTML5 + WebSQL which synchronizes data from the local database to a server.[详细]
2023-03-22 04:33 分类:问答Run a PRAGMA command in WebSQL
Is there any way to run a PRAGMA command from WebSQL? PRAGMA is defin开发者_运维问答ed in the SQLite documentation, but doesn\'t seem to work in WebSQL.You can not run any PRAGMA commands in webkit we[详细]
2023-03-13 20:30 分类:问答Jquery Deferred - Is this a scope? Syntax?
I have a common routine for clearing out my DB: function clearDB() { // Clears the database based on code in the file \"db_definition.js\".[详细]
2023-03-13 18:46 分类:问答WebDb update problem
i have this code for my webdb, i try to delete an item and set the order to the other one, but it change only the last item.[详细]
2023-03-08 21:57 分类:问答JavaScript Library to Bridge IndexedDB and WebSQL
I\'m curious if there is a library or a project out there to provide a generic interface to IndexedDB or to WebSQL, depending on user\'s browser\'s support. If they\'re using Chrome/Safari, use WebSQL[详细]
2023-03-08 07:21 分类:问答Is there a way to overcome the 5MB storage limit on an iPhone WebApp hosted in an ObjectiveC native app?
We have 开发者_如何学JAVAa iPhone web application that uses WebSQL that is working fine. The amount of data downloaded depends on the user of the app. If the user has more than 5MB data, the user is p[详细]
2023-03-06 17:56 分类:问答WebSQL chrome admin tool
I am building an app using a web SQL database. I remember seeing so开发者_JAVA百科mewhere that there is a way using Google Chrome to inspect the web SQL databases,[详细]
2023-02-22 23:33 分类:问答Local Storage, Session storage, Web storage, web database and cookies in HTML5
What is the difference between these concepts, and when should I use one in particular?Does this listing also contain differen开发者_JAVA百科t names for the same general concept?[详细]
2023-02-18 21:37 分类:问答