SQLite ADO.NET Provider and Compact Framework

Well, I spent a fruitless afternoon fiddling with SQLite 3.0.4, 3.0.5 and the Finisar SQLite ADO.NET provider. The provider works great for SQLite 3.0.X but there are serious issues with getting it to work ON the Compact Framework due to the marshaling deficiencies with C-style DLLs in CF.
Bottom line is, even though the provider has a .NETCF solution and test app, they'll compile fine - but they will always throw a System.MissingMethodException on the sqlite_open call.

This, after downloading the C source and recompiling my own SQLite3.dll library, to no avail!

Finally, a look at the Sqlite WinCE site shows the proof: "SQLite 3XXX has serious issues!"

Yeah, so does SQLite 2.8 too, if you want a 100% CF - based DBMS solution.
Disappointed,
--Pete

Comments

  1. Anonymous7:12 PM

    it works on my acutal device.
    just throws this error in the emulator

    ReplyDelete

Post a Comment

Popular posts from this blog

FIREFOX / IE Word-Wrap, Word-Break, TABLES FIX

Some observations on Script Callbacks, "AJAX", "ATLAS" "AHAB" and where it's all going.

IE7 - Vista: "Internet Explorer has stopped Working"