Software Archive
Read-only legacy content
17060 Discussions

Empty WebSQL databases from Emulate Tab

Sachith_J_
Beginner
477 Views

Hi,

 

I was wondering if there was a simple way to clear the stored WebSQL database in the emulate tab. I have been developing an app using that feature, however as I was learning and developing I may have screwed up the database in the emulate tab. The database part of the app currently works well and if I clear the app data/reinstall app preview and run the program it works. Just when testing with the emulate tab I don't get the same result. It is not a ginormous issue but if there is a way to clear it without reinstalling the XDK, please let me know.

 

Sincerely,

Sachith Jayasundara

SoftTings Software Development Inc.

0 Kudos
1 Reply
Brandon_K_Intel
Employee
477 Views

There isn't a way to remove a local WebSQL database created within the emulator tab in the XDK itself, to my knowledge. You could remove the database ending in .SQLite within the app data folder for the XDK on your local computer. Be careful not to delete anything else when you are in that folder. I am not sure where it would be located but it will be the only file of that type.

For example on windows the app data would be located at, C:\Users\username\AppData\Local\XDK

 

0 Kudos
Reply