On 17 Mar 2010, at 4:04am, Roger Binns wrote:

> Rashed Iqbal wrote:
>> Has anyone compiled and used SQLite on 64-bit Windows? Are there any
>> code changes that would be needed before compiling? Would the same DB
>> file work on 32-bit and 64-bit Windows platforms?
> 
> The file format is fixed and is independent of the host, 32 or 64 bit,
> endianess etc.
> 
> I don't believe there are any Win64 issues, but I don't have it myself.
> I do run SQLite on 64 bit Linux hosts and have done for years.

I have applications which compile for both 32-bit and 64-bit 
Macintoshes/Operating systems.  I use the same code on both platforms and both 
platforms access the same databases (sometimes at the same time).  I have found 
no problems resulting in the use of the different widths.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to