Hello,I am asking you for ideas to resolve my problem.
I create WinForm application in Visual Studio 2003. This app accessing the 
sqlite database by sqlite3.c and sqlite.h source code. Everything goes well, 
but after some changes (I dont know what I change) when I read from or write to 
database a get error. Functions sqlite3_open_v2(....) and sqlite3_exec(... , 
"BEGIN TRANSACTION",....) was performed correctly. Others like INSERT OR SELECT 
not.
ERROR: An unhandled exception of type 'System.TypeLoadException' occured in 
projectname.exe
Additional Information: Could not load type sqlite3_pcache from assembly 
projectname, Version = 1.0.5002.20480, Culture = neutral, PublicKeyToken = null.
Thanks for responding.


Martin Šulcmail: martin.s...@projectsoft.cz
tel: 721142858
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to