【问题标题】:Is there an ODBC driver for SQLCipher?是否有用于 SQLCipher 的 ODBC 驱动程序?
【发布时间】:2017-03-18 02:08:52
【问题描述】:

我正在评估一个 API 以在 C++ 中操作 sqlcipher。 ODBC 似乎是一种标准方式。

有没有人有将 sqlcipher 与sqlite ODBC 集成的经验?我怎样才能做到这一点?


SQLite ODBC 文件:

$ ls -1 /cygdrive/c/Program\ Files\ \(x86\)/SQLite\ ODBC\ Driver/
adddsn.exe
addsysdsn.exe
inst.exe
instq.exe
license.terms
license.txt
README
readme.txt
remdsn.exe
remsysdsn.exe
sqlite3.exe
sqlite3_mod_blobtoxy.dll
sqlite3_mod_csvtable.dll
sqlite3_mod_extfunc.dll
sqlite3_mod_fts3.dll
sqlite3_mod_impexp.dll
sqlite3_mod_rtree.dll
sqlite3_mod_zipfile.dll
sqlite3odbc.dll
sqlite3odbcnw.dll
uninst.exe
Uninstall.exe
uninstq.exe

【问题讨论】:

    标签: c++ odbc sqlcipher


    【解决方案1】:

    我们没有使用它的第一手经验,但是如果您要在适当的位置交换 SQLCipher dll,则需要提供的 sqlite3.dll(例如 sqliteodbc_dl.exe、sqliteodbc_w64_dl.exe)的动态链接变体可能会起作用标准 SQLite 库。

    【讨论】:

    • 我在 SQLite ODBC 安装目录下添加了文件。不知道我应该替换哪个文件。
    • 刚刚看到替代解决方案,将尝试一下。
    猜你喜欢
    • 2011-01-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-09-28
    • 1970-01-01
    • 2015-09-17
    • 2023-03-28
    相关资源
    最近更新 更多