I have 2 Databases on my project.
On first run Database 1 shows my list in a ListBox.
when I go onto another page with Database 2 it also shows my other list in a ListBox.
But when I go back to Database 1, I GET an error "no such table; Website"
I have tried using different codes
Any suggestions
On first run Database 1 shows my list in a ListBox.
when I go onto another page with Database 2 it also shows my other list in a ListBox.
But when I go back to Database 1, I GET an error "no such table; Website"
I have tried using different codes
Code:
SQLite.Close(SQLite.Open(sDatabaseFile));
Comment