zoukankan      html  css  js  c++  java
  • 如何使用C#操作SQLite数据库 SharePoint

    前面的文章已经介绍了SQLite数据库和ADO.NET Provider for SQLite, 现在介绍下如何使用c#操作SQLite数据库。

    1. 到 http://sourceforge.net/projects/sqlite-dotnet2/files/ 下载ADO.NET provider for the SQLite database engine. 然后安装。

    2. 在VS 2005 新建控制台程序,然后添加引用System.Data.SQLite.dll,该文件在ADO.NET provider for the SQLite 安装目录的bin目录下。

    3. using 该命名空间,就可以和使用其他ADO.NET Provider一样使用它了。

    代码如下:

    Code

    运行结果:

    cola---mypassword

    cola---mypassword

    cola---mypassword

    cola---mypassword

    cola---mypassword

    cola---mypassword

    cola---mypassword

    cola---mypassword

    cola---mypassword

    cola---mypassword

    cola---mypassword

  • 相关阅读:
    不舍
    java 笔记
    Javascript 行为委托
    JavaScript 函数调用的 this词法
    Javascript 闭包
    Javascript 原型链
    理解css的BFC
    多模态检索之CCA算法
    MySQL 基础概念、基础配置、密码破解
    Python的进程和线程
  • 原文地址:https://www.cnblogs.com/gzcola/p/1606263.html
Copyright © 2011-2022 走看看