On 3/10/16, Ben Stover <bxstover at yahoo.co.uk> wrote: > When I go to page > > http://www.sqlite.org/download.html > > then there are a 32bit and a 64bit DLL library version of SQLite. > > Unfortunately there is only the 32bit version of the stand-alone engine. > > Ok, I know, I can run the 32bit version as well under 64bit Windows but I > prefer a 64bit version since it > is generally faster on 64bit system. > > Is there really no 64bit satnd-alone version? > > Why? >
You've already answered your own question: The 32-bit version runs fine on 64-bit windows systems. We also supply easy-to-compile source code so that you can rebuild for whatever platform and architecture you like. -- D. Richard Hipp drh at sqlite.org