如何在没有ADO包装器的情况下在C#中使用SQLite [英] How to use SQLite in c# without an ADO wrapper

查看:90
本文介绍了如何在没有ADO包装器的情况下在C#中使用SQLite的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这甚至可能吗?我读过的所有文章都说ADO包装器是必需的,但是SQLite网站暗示除了DLL以外不需要其他任何东西。如果可能的话,那么我希望那里会有代码示例。

Is this even possible? All of the aritcles I have read state that an ADO wrapper is necessary, but the SQLite website implies that nothing other than their DLL is needed. IF it is possible, then I would expect there to be code examples out there.

推荐答案

看这里:

http://www.sqlite.org/ cvstrac / wiki?p = SqliteWrappers

具体来说,搜索 .NET Framework。

Specifically, search for ".NET Framework".

其中一个包装器: http://www.phpguru.org/static/SQLite.NET.html -这个不使用ADO,它只是一个非常轻巧的SQLite访问库。

One of there wrappers there: http://www.phpguru.org/static/SQLite.NET.html - this one does not use ADO, it's just an extremely lightweight SQLite access library.

那里有很多包装纸,我敢肯定您会找到喜欢的包装纸。

There's quite a few wrappers there, I'm sure you'll find one to your liking.

这篇关于如何在没有ADO包装器的情况下在C#中使用SQLite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆