首页 > 代码库 > 通过代码来操作SQLite的示例

通过代码来操作SQLite的示例

Getting started with SQLite in C#

http://blog.tigrangasparian.com/2012/02/09/getting-started-with-sqlite-in-c-part-one/     

 

C#与SQLite的操作介绍 下载

http://www.cnblogs.com/hanhualangzi/archive/2012/02/03/2337584.html     可以设置密码

 

How to create and connect to an SQLite database in C#

http://www.fluxbytes.com/csharp/how-to-create-and-connect-to-an-sqlite-database-in-c/

 

SQLite connection strings的可选参数

http://www.connectionstrings.com/sqlite/

 

 

w3c school教程   [w3c is short for World Wide Web Consortium]     consortium//财团;联合;合伙

http://www.w3school.com.cn/sql/index.asp

 

通过代码来操作SQLite的示例