Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     db.transaction(function(tx) {
  2.             tx.executeSql('SELECT id, body FROM news', [], function(tx, results){
  3.                 new.id = results.rows.item(0).id;
  4.                 new.body = results.rows.item(0).body;
  5.             });
  6.         })
  7.         alert(new.empresaKey);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement