Combine several data with their parent? – Oscommerce
Suggestions of how to formulate this question better are welcome. Let's say I have a database query like the following: var dbSize = 5 * 1024 * 1024; // 5MB var db = openDatabase("Oscommerce", "1.0", "Oscommerce Database", dbSize); db.transaction(function(tx) {…