Answer

专注于Mobile,WinCE
  首页  :: 新随笔  :: 联系 :: 管理

SQLite常用资源

Posted on 2009-03-12 10:18  answer  阅读(1099)  评论(2编辑  收藏  举报

SQLite官方网站:
http://www.sqlite.org/

SQLite Download Page:
http://www.sqlite.org/download.html

SQLite Wrappers:
http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers

System.Data.SQLite:
(An open source ADO.NET provider for the SQLite database engine)
http://sqlite.phxsoftware.com/

SQLite3 for WinCE or Mobile (EVC篇):

http://www.cnblogs.com/answer/archive/2008/09/12/1289681.html

 

wxSQLite:

( A wxWindows wrapper for the sqlite database (a lightweight embedded SQL db) )

http://wxsqlite.sourceforge.net


SQLite的可视化工具:

http://www.yunqa.de/delphi/doku.php/products/sqlitespy/index

 

PS: SQLite最新版本已经可以支持中文路径!!!