javascript - Can I Attach Database in HTML5 WebSQL? -


can scenario done ?,

db = window.opendatabase('dataa', '1.0', 'data b', 2 * 1024 * 1024); db2 = window.opendatabase('datab', '1.0', 'data a', 2 * 1024 * 1024); 

somehow attached ?

db.executesql("attach 'datab' b", [], success, failure); 


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -