私はクロムを実行してい43.0
ます。コンソールでは、以下のコマンドを実行しています:
>> var db1 = openDatabase('testDB', '', 'my first database', 2 * 1024 * 1024, function(d){console.log(d);});
>> undefined
>> db1.transaction(function (tx) {
console.log(".....................");
console.log(tx.executeSql("INSERT INTO fileLog (fileName, bucketName) VALUES ('123','synergies')"));
});
>> undefined
.....................
undefined
fileLog
問題は、テーブルにデータを挿入しないことです。