Two Windows Problems #4667
Replies: 1 comment 2 replies
-
Ad. 1) I think it's a problem only under Windows 7, because Qt (a toolkit which SQLiteStudio uses for UI) no longer officially supports Windows 7. I've made a test on Windows 10 with scaling up entire interface and I don't observe such issues. Ad. 2) CSV format is not capable of exporting whole database, because there are indexes and triggers, and most importantly - multiple tables (at least there could be). The CSV format is not capable of holding data of different formats in the same output file. That's why CSV format is available only if single-table export is being done. To do it this way you need to open the table (double click on it) and from the Table Window there is an "Export" button there, which will export only this table. Then you should see CSV format on the list. |
Beta Was this translation helpful? Give feedback.
-
Details
I am new to SQLiteStudio, so it is very possible the problems are due to my inexperience. If so, I apologize. When I Export the database, I do not initially see the Cancel or Next buttons on the bottom. But if I use my mouse to increase or decrease the window size, even if only horizontally, the missing buttons are displayed and I can use them. It is the same with Tools > Export and Tools > Import. My DPI setting is 120, which Windows labels as Medium:
The other problem is that CSV does not appear to be an Export format:
Operating system
Windows 7
SQLiteStudio version
3.4.3
Beta Was this translation helpful? Give feedback.
All reactions