
Firefox browser does not support WebSQl
Firefox browser does not support WebSQl. How can i use websql in firefox? go to http://www.w3schools.com/sql/trysql.asp?filename=trysql_insert_colname Click "run sql" then a message will be shown.
Chosen solution
Here is an old blog post about why, I'm sure it has all gotten a lot easier since then: https://hacks.mozilla.org/2010/06/beyond-html5-database-apis-and-the-road-to-indexeddb/
Read this answer in context 👍 0All Replies (2)
hi, yes this technology is not supported by firefox - you could look into using IndexedDB instead... https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
Chosen Solution
Here is an old blog post about why, I'm sure it has all gotten a lot easier since then: https://hacks.mozilla.org/2010/06/beyond-html5-database-apis-and-the-road-to-indexeddb/