FireDAC中的SQLite(一)

來源:互聯網
上載者:User

標籤:des   style   blog   http   ar   io   color   使用   sp   

Windows client software,FireDAC supports two SQLite library linking modes:

  • Static linking: the x86 sqlite3_x86.obj or x64 sqlite3_x64.obj client library is statically linked into application. FireDAC provides sqlite3_Xxx.obj v 3.7.15. That is default mode, no additional files or actions is required. Note, SQLite database encryption is supported only for static linking.
  • Dynamic linking: the x86 or x64 SQLITE3.DLL client library must be available to open a SQLite database. The recommended SQLITE3.DLL versions is 3.7.7.1 or higher. That is default mode for non-Windows platforms.

從FireDAC的協助中我們看到,在Windows平台編程環境中,預設是Static linking模式(靜態連結)。這樣在開發本地程式,綠色程式會很方便,資料管理起來也很自如。

有了 FireDAC,我們可以放棄其他第三方的SQLite解決方案了,比如之前介紹的DISQLite3控制項易用性肯定沒有FireDAC使用起來方便,並且是XE6版本中內建的,無需安裝。 接下來我們參照萬一老師的 “FireDAC 下的 Sqlite”部落格進行學習和研究。

XE6版本:Embarcadero.Delphi.XE6.RTM.Inc.Update1.v20.0.16277.1276.Lite.v9.1.exe (檔案大小:369, 070, 000 Byte),安裝時記得選中FireDAC組件。

 

在XE6 IDE中Tools菜單下有一個“FireDAC  Explorer”,我們點開進行瀏覽,其中的fddemo.sdb為官方提供。

 

記得請設定對fddemo.sdb檔案路徑,並將Pooled設定為True,如果設定為False,每次瀏覽都會提示如下對話方塊:

到此為止,我們已經步入了FireDAC的大門。。。

FireDAC中的SQLite(一)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.