Announcement

Collapse
No announcement yet.

SQLite with 2 Databases Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SQLite with 2 Databases Help

    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
    Code:
    SQLite.Close(SQLite.Open(sDatabaseFile));
    Any suggestions

  • #2
    Why don't you attach your actual project? The code you posted makes no sense at all (sorry) and nobody can guess what you are doing.

    Ulrich

    Comment

    Working...
    X