1

Is it possible to use ADO.NET to access SQLite Databases on android using dot42? I know there are C# wrappers for the underlying library:

SQLite.NET

Any ideas?

user633077
  • 231
  • 1
  • 2
  • 12
  • As far as I know, not at the momenet. To use Sqlite-NET ORM, dot42 is missing System.Linq.Expressions namespace. Maybe would be feasible to use some JAVA/Sqlite ORM and call it form c#, but haven't tried it yet. Dot42 is going to upload base class library to github under Apache license, so maybe missing parts will be completed with the help of community. – Michal Dobrodenka Feb 17 '14 at 08:44
  • Thanks for the response. I think there is a lot of potential in their product. – user633077 Feb 17 '14 at 18:04
  • https://github.com/dot42/api – Frank Rem Feb 20 '14 at 13:11
  • See answer in this similar question: http://stackoverflow.com/questions/19867847/asynchronous-sqlite-sample-with-dot42 – Jesse Chisholm Nov 23 '14 at 05:01

0 Answers0