在c#中使用SQlite

在c#中使用SQlite

本文介绍了在c#中使用SQlite的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以告诉我如何将sqlite3.dll文件导入c#。我很漂亮

这个新手,我想使用sqlite。问题是我没有线索



如何导入dll文件以便我可以调用它的引用。

谢谢

Can someone tell me how to import the sqlite3.dll file into c#. I am pretty
new to this, and I want to use sqlite. The problem is I don''t have a clue
on
how to import the dll file so i can call the references to it.
Thanks

推荐答案

有一些链接

到.NET包装器。


Arne

http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers has some linkes
to .NET wrappers.

Arne



有一些链接

到.NET包装器。


Arne


http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers has some linkes
to .NET wrappers.

Arne



在我看来,最好的是SqLite.Net的


sqlite有很多.net包装,但我认为上面的是

只有一个完全符合ADO.NET标准。


-

Eps

In my opinion the best one is SqLite.Net at http://sqlite.phxsoftware.com/

there are many .net wrappers for sqlite but I think the above one is the
only one that is fully ADO.NET compliant.

--
Eps




这篇关于在c#中使用SQlite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 09:45