|
From: Peter S. <p....@sc...> - 2018-04-23 21:23:34
|
Has anyone tried SQLite3 from the Sparemint RPMs ? I can create and modify tables but want to open a db from a Windos application. It opens in the SQLite brower on Lubuntu and I can open it from FreeMint bash but any other commands fail: bash-4.3# sqlite3 dive_book_1.db SQLite version 3.2.2 Enter ".help" for instructions sqlite> .schema Error: unsupported file format I suspect some difference in the file versions but they are both SQLite3. The first few characters of the file look like this: SQLite format 3 Peter |