Web SQL Database in Browser. JavaScript. HTML5

Web SQL Database.

p170E_SQLDatabase.aia (7.3 KB)

Observations:

  • Every time you modify an .htm file, restart the MIT Companion to update the changes.
  • Beware of single quotes (') and double quotes (")
    tx.executeSql('UPDATE usuarios SET name = ' + '"' + name_in + '"' + ', age = "' + age_in + '"' + ' WHERE id =' + id_in + '');

- Designer.

- Blocks.

2 Likes

Where is data stored when using an HTML 5 Web SQL Database in PC?

(added to FAQ)