What is the best way to connect and use a sqlite database from C#

前端 未结 9 977
执笔经年
执笔经年 2020-11-29 19:24

I\'ve done this before in C++ by including sqlite.h but is there a similarly easy way in C#?

9条回答
  •  清酒与你
    2020-11-29 20:04

    I've used this with great success:

    http://system.data.sqlite.org/

    Free with no restrictions.

    (Note from review: Original site no longer exists. The above link has a link pointing the the 404 site and has all the info of the original)

    --Bruce

提交回复
热议问题