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

  • 相关阅读:
    SonarQube代码质量管理平台安装与配置
    特殊字符大全
    测试“用户登录”功能
    通用测试用例大全
    k8s dashboard 部署并使用 kubeconfig 登陆
    k8s cert-manager 部署
    nginx ingress部署
    Harbor 安装
    kubernetes 高可用集群1.14 部署
    shell 免密远程执行
  • 原文地址:https://www.cnblogs.com/gzcola/p/1606263.html
Copyright © 2011-2022 走看看