Sorry, forgot a key point. You can find the version Unix chooses to run using the "which" command:
simon$ which sqlite3 /usr/bin/sqlite3 so you may have multiple copies of sqlite3 installed but that command will tell you which one Unix will run if you just type the name of the executable. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

