Re: [sqlite] SPAM: sqlite3_open16 fails on Windows Vista 64b

2008-11-26 Thread Ti Ny
I did the 64bit build of SQLite3, but I am still getting the same error on 64bit system :( Ti Ny > From: [EMAIL PROTECTED] > To: sqlite-users@sqlite.org > Date: Tue, 25 Nov 2008 10:27:28 -0700 > Subject: Re: [sqlite] SPAM: sqlite3_open16 fails on Windows Vista 64b > &g

Re: [sqlite] SPAM: sqlite3_open16 fails on Windows Vista 64b

2008-11-25 Thread Robert Simpson
This can happen if you're accessing the precompiled sqlite library from a 64-bit application. The binary provided by sqlite.org is 32-bit. A lot of .NET managed people get tripped by this, since .NET programs are (by default) compiled as "Any CPU" which means on a 64-bit machine, the .NET