You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to make a transaction in a fed another query request?
tx.executeSql("select id from table1",[], function(value){
tx.requestSql("select * from table2 where idtable1= value.id",[], function(value){
console.log(value);
},null);
}, null);
This does not seem to work with the plugin.
best regards
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible to make a transaction in a fed another query request?
tx.executeSql("select id from table1",[], function(value){
tx.requestSql("select * from table2 where idtable1= value.id",[], function(value){
console.log(value);
},null);
}, null);
This does not seem to work with the plugin.
best regards
The text was updated successfully, but these errors were encountered: