First page
Back
Continue
Last page
Overview
Graphics
Web DB(二)
執行SQL
db.transaction(function(t)
{
/* Place SQL statements here */
}, function()
{
alert("SQL statements were executed successfully.");
});