Caton + OO + Google =?
This is my record about java , C# and web application
2009年8月5日 星期三
C sharp or .Net 使用sqlite 設定
標籤:
C sharp
,
Sqlite
要在C# 或 .net 環境下使用Sqlite,必須安裝額外的DLL
如
System.Data.SQLite
或
SQLite.NET.0.21_x68_dll.zip
下載後,開啟專案
選擇 Project -> Add Reference 好可以 使用 他定義好得函數
使用不同的dll 有不同的 include 方法
System.Data.SQLite
using System.Data.SQLite
SQLite.NET.0.21_x68_dll.zip
using Finisar.SQLite
此外轉貼上一些例子和教學
CodeProject-Using SQLite in your C# Application
鳥毅的Blog-sqlitenet-provider
守望轩-Sqlite数据库的加密
為了說明方便,之後文章都以
System.Data.SQLite 為例說明
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言