linux - 如何查找 Linux 上安装的 ODBC 驱动程序列表

标签 linux odbc

大家好。

在 Windows 上,已安装的 ODBC 驱动程序列表位于: HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers

在 macOS 上,已安装的 ODBC 驱动程序列表位于此处: /Library/ODBC/odbcinst.ini 和/Users/{userName}/ODBC/odbcinst.ini

问题是:我在哪里可以找到安装在 Linux 中的 ODBC 驱动程序列表?

最佳答案

以下命令适用于 Unix。 它显示了所有的 odbcinst.ini 文件

odbcinst -j 

关于linux - 如何查找 Linux 上安装的 ODBC 驱动程序列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53575855/

相关文章:

linux - 如何在共享 Linux 主机上安装 Node js 并设置 "hello world"网站?

linux - if语句语法错误

java - ssh 与 jsch : non 'simple' command output trailed with unexpected output combined from fragments of the command in use

C# 打开 DBF 文件

c# - 使用 Impala ODBC 驱动程序查询参数

来自 Linux 的 Python pysftp get_r 在 Linux 上运行良好但在 Windows 上运行不正常

linux - 在特定的 htaccess 文件中搜索和替换 - linux

php - MSSQL WHERE 子句中的 CASE - odbc 错误

Java 数据库 (oracle) odbc 驱动程序不匹配

ms-access - 在 Java 中为 MS Access 创建无 DSN 连接