I am trying to create a client side database for an HTML5 app in Google Chrome and seem to have run into a roadblock. When I run my application I am unable to create the database and its associated tables, however when I output the SQL and run it directly in Google Chromes storage console it works just fine.
At first I thought it would be a code problem, but upon further debugging, no errors were reported.
Does anyone have any ideas why this would be happening, or know of any limitations of Google Chrome in this respect?
Thanks