in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

System.Data.SQLite in C++/CLI

Last post 01-31-2010 2:31 PM by Sylvain. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 01-31-2010 1:19 PM

    System.Data.SQLite in C++/CLI

    Hi, I ask myself a question: why did you choose C#? (it is absolutely a honest question) would C++/CLI be better to use for wrapping sqlite in .NET? I am using your lib in my actual project, and it is working actually perfectly... (I would just like to use the encryption from hwaci but this is another thread :-) ) Best regards, Sylvain
  • 01-31-2010 1:40 PM In reply to

    Re: System.Data.SQLite in C++/CLI

    I chose C# as the wrapper because C++/CLI is not available on the .NET Compact Framework, and if I wanted to write code that could work on any .NET platform, C# was the way to go.

     

  • 01-31-2010 2:31 PM In reply to

    Re: System.Data.SQLite in C++/CLI

    I didn't know, you are right :-) it is a shame that C++/CLI does not work on COMPACT framework .. I updated your source code to the latest sqlite version (3.6.22). your lib works really very well ...
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems