Cannot Add more tables to the IndexDb
noumanqaiser opened this issue · 0 comments
noumanqaiser commented
Dear Steve,
I really loved your Sample application and appreciate how you have neatly implemented client and server side database and their sync operation.
I created a new js file, that essentially copies the code in localVehicleStore.js. I am then using the putAsync function to save objects into this database, When I check the browser's application bar, I can see that the new database is created, however the putAsync call doesnt seem to add any record, I dont see any exceptions either. I tried placing a breakpoint in the javascript code and it seems the code is called but there somehow no rows appear in the indexdb. Any idea what would be the best way to debug this situation