摘要:
一、C#在不同情况下连接SQLite字符串格式 1、Basic(基本的) Data Source=filename;Version=3; 2、Using UTF16(使用UTF16编码) Data Source=filename;Version=3;UseUTF16Encoding=True; 3、 阅读全文
摘要:
C#操作SQLite Database C#下SQLite操作驱动dll下载:System.Data.SQLite C#使用SQLite步骤: (1)新建一个project (2)添加SQLite操作驱动dll引用 (3)使用API操作SQLite DataBase using System; us 阅读全文