Questions tagged as 'websql'

3
answers

What is the advantage of working with websql?

I was reading about webSql and I had this doubt, what is the advantage of working with webSql since it runs client-side?     
asked by 05.02.2014 / 11:58
2
answers

Get values from within a function that is inside another function

I'm developing a small Javascript application that makes use of Web SQL. I want to create a function that returns the value of a variable from the VARIABLES table, as well as its observation. It would be something like this: valor = pegaVariav...
asked by 06.07.2014 / 17:39
2
answers

WebSQL will even be discontinued?

I'm having a lot of problems trying to run a program developed in HTML 5, Javascript, Ajax, JSON, IndexedDB, MySQL, PHP together with the Intel XDK IDE. The program is very simple it captures MySQL information and persists in IndexedDB, this o...
asked by 19.01.2016 / 10:51
1
answer

Start Development App Result Games Board

I want to develop an android platform app that manages the board game matches between my friends. I know almost nothing about android , and I have to start. One of my questions is about saving the information from the results. So my questi...
asked by 22.12.2015 / 13:47
1
answer

Web Sql - Make select from ID

I'm trying to make a select from a ID that will be caught in the value of a option , I searched the net and saw that they put this inside a function, but when I put the function, the variable that should store the valu...
asked by 18.06.2014 / 03:17
1
answer

Extract objects in Ionic

I'm trying to get the selected data from a Checkbox on Ionic. My View is like this with CheckBox : <ion-view view-title="Comprar Bebidas Adicionais" hide-nav-bar="false"> <div class="bar bar-subheader">...
asked by 26.08.2016 / 18:33
1
answer

I want to use sql web but I am not able to create table or insert information in it

let db = openDatabase('produto_teste','1.0','banco de dados para cadastro do produto',2*1024*1024); db.transaction(function(tx){ tx.executeSql('CREATE TABLE IF NOT referencia(\ id INTEGER NOT NULL AUTOINCREMENT,\ nome VARCHAR NOT NULL,\...
asked by 19.05.2017 / 15:56
2
answers

How to take and store an array of data only if Quantity 0 in Ionic or Angular?

I would like to when I click on the "Continue Order" button to pick up only items with Quantity > 0, store in an array of new objects. My View: <ion-view view-title="Comprar Bebidas Adicionais" hide-nav-bar="false" > <ion-...
asked by 06.09.2016 / 15:54
1
answer

How to add or remove quantity of items in a List in Ionic

I'm trying to add and remove quantity in a list of products, as the image shows: ThisistheViewofthisscreen:<ion-viewview-title="Comprar Bebidas Adicionais" hide-nav-bar="false" > <ion-content delegate-handle="top" lazy-scroll...
asked by 05.09.2016 / 18:49
1
answer

Is WebSQL the only form of local storage on the phonegap / cord?

Outside the database created by "browser", what other forms of data persistence do we have in android with the phonegap?     
asked by 01.10.2015 / 21:00