Replies: 7 comments
-
I'm not sure I can follow what exactly you're trying to achieve. Which screen is completely blank? Can you show a screenshot where you get the error message shown? |
Beta Was this translation helpful? Give feedback.
-
![]() |
Beta Was this translation helpful? Give feedback.
-
That's a screenshot of what it looks like when I open sqlite |
Beta Was this translation helpful? Give feedback.
-
![]() And then this is my query history |
Beta Was this translation helpful? Give feedback.
-
You could update to the latest version and see if it fixes it. If not then use the new safe mode to start up SQLiteStudio if your session got corrupted. Btw. SQLite and SQLiteStudio are not the same thing. One is the engine, the other one is the program you use :) |
Beta Was this translation helpful? Give feedback.
-
Thank you! I just updated it and it didn't change anything. How do I do the safe mode start up? I went to the manual page but couldn't find it. Also does it change anything that I can still see my DDL history? Can I do anything with that |
Beta Was this translation helpful? Give feedback.
-
There is was nothing wrong with your SQLiteStudio. You've just accidentally closed the database list pane. You should have just go to the "View" menu and enable the "Database list". SQL Editor windows was unable to execute any of your queries, because none of your databases were open, so the editor was not assigned to any database to execute queries on. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My database crashed and now I can't open my database or see anything when I open sqlite, the screen is completely blank. However, I can see my query history and when iI try to run it I get the error that says "cannot execute query on undefined or invalid database". I opened the sqlite when I didn't have wifi and tried to make an edit and when I got back on wifi I got this problem and couldn't see anything but my query history. I'm very new with SQLite and am using it for a school project.
Beta Was this translation helpful? Give feedback.
All reactions