On 2 Aug 2011, at 6:09am, Viaduct Productions wrote: > Just wondering if the tables will remain if I configure SQLite to install the > 64 bit version on Snow Leopard over my current 32 bit version.
As long as you stay with SQLite3, not SQLite2, The format of the files is completely unchanged. You can create a database with one version, make changes with another, then switch to a third one and query the data. By the way, in case you were considering this, do /not/ replace the SQLite libraries/frameworks/headerfiles supplied with OS X. Don't mess with /usr/bin or /usr/lib. That version is used by many System components and changing it might make them malfunction. Make your own directory wherever you want, put your 64-bit version in there, and use that for your own programming and editing. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users