On Aug 22, 2008, at 10:03 AM, <[EMAIL PROTECTED]>  
<[EMAIL PROTECTED]> wrote:

>  What I wonder is why the old sqlite3.dll from 2004-10 works and the  
> newer ones don't.

Older versions of SQLite contained bugs.  They failed to convert UTF  
to the native code page before passing strings into windows APIs.   
Thus the older SQLite bugs and the bugs in your code cancelled each  
other out.  When the bug in SQLite was fixed, the cancellation went  
away and the bug was expressed.

D. Richard Hipp
[EMAIL PROTECTED]



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

Reply via email to