Yuri Korolyov wrote:
>
> 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.
>
Thanks for the report.
These properties are relatively new and when I added them I was unaware of
this
limitation of the .NET Compact Framework. I've checked-in a workaround for
this
issue here:
http://system.data.sqlite.org/index.html/info/2042b718d3
This fix will be present in the next release version.
--
Joe Mistachkin
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users