storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.14k stars 713 forks source link

ERROR Error: Uncaught (in promise): Object: {"code":0,"message":"Error: no such table: tablename"} #1002

Open SimranRanu opened 2 years ago

SimranRanu commented 2 years ago

I am using ionic 5 and sqlite plugin while creating db and tables for the first time , get table data is visible. But have a process to auto login in my app and when i try to fetch tables after auto login(which clearly means i dont create db or tables again) i am not able to fetch any tables.

this.storage.create in the app.component.ts open the db successfully before executing these getData transactions.

Let me know if anyone can help me out with this.