SQLite error using SelectSQL

John, @Douglas_Handy is correct. I don’t know why you’re getting a “Connected!” message but the code doesn’t seem to allow that. Can I suggest that you move the database to your documents folder and access it using

Dim dbFile As FolderItem = SpecialFolder.Documents.Child("dinobase.sqlite")

1 Like