I've got a problem. I need to convert an sqlite3 database back to sqlite2's format on a Windows machine. I've found instructions on how to do it but they require sqlite.exe which I can't seem to find anywhere! Does anyone have a link where they can download the older version?
P.S. I know the sqlite3.exe is backward compatable with the old one but that doesn't work for me. The development environment I'm using is locked into Python 2.4 and pysql for python 2.4 can only handle the older sqlite format. The database I'm reading however has been upgraded to sqlite3. That leaves me with no way to read it other than creating an entirely different development environment using a newer version of Python. It would be much easier to convert the sqlite3 back to sqlite2 if I could just find a copy of sqlite.exe for Windows. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users