C:\SQLITE>sqlite 33.db .dump | sqlite3 new.db
'sqlite3' is not recognized as an internal or external command,
operable program or batch file.
I am not sure what is meant by “have ready the command-line shells for both version 2.8 and 3.0. “.
Thanks
Steve Frierdich
Tito Ciuro wrote:
On Oct 7, 2004, at 16:00, Steve Frierdich wrote:
The same databases that are recognized and work in Sqlite version 2.8.15 are not recognized in Sqlite version 3.0.7. When the sqlite function sqlite3_get_table is called using version 3.0.7 the result is 26 which is:
File opened that is not a database file
When the same function is used in version 2.8.15 the result is 0 which is:
SQLITE_OK
Check: http://www.sqlite.org/version3.html
The section is "New File Format".
-- Tito