Hello,

When using System.Data.SQLite under WinCE 6.0 + Compact Framework 3.5, it is 
not possible to get some of SQLiteConnection properties, namely, 
LastInsertRowId, MemoryUsed, MemoryHighwater because NotSupportedException is 
thrown. All three properties mentioned fail when calling native functions 
returning "sqlite3_int64" ("long" in .NET code) which can not be marshaled by 
value using P/Invoke, so, I suppose, that is a reason for exception. 

Can we expect a fix for this issue in future releases of System.Data.SQLite ?

Thanks in advance! 

Best regards,
Yuriy Korolyov

P.S. Thanks for all the good work guys. SQLite is amazing!
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to