On Thu, 4 Aug 2005, Ray Mosley wrote:

>I started using 2.8 because I still have Tcl 8.3; If I convert to Tcl 8.4 to
>go to SQlite 3, how do I convert databases?


Use the sqlite/sqlite3 shells to dump then restore the database in SQL
statement format:
$ sqlite sqlite2db .dump | sqlite3 sqlite3db

Christian

-- 
    /"\
    \ /    ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
     X                           - AGAINST MS ATTACHMENTS
    / \

Reply via email to