NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Incompatible? (Score:2)
Re:Incompatible? (Score:2)
Re:Incompatible? (Score:2)
Re:Incompatible? (Score:2)
go to sqlite.org and download sqlite v.3 from
http://www.sqlite.org/download.html
Download version 2 as well
gunzip sqlite*.gz
copy sqlite3-3.0.3.bin to
copy sqlite-2.8.15.bin to
chmod 755 sql*
Then, with the two different programs properly named, the command above works quite well:
sqlite OLD.DB
Reply to This
Parent