SQLGetPrivateProfileString failed with

后端 未结 4 2025
Happy的楠姐
Happy的楠姐 2020-12-20 16:52

Typing the command: odbcinst -q -s on RHEL 6, I get the following error message:

odbcinst: SQLGetPrivateProfileString failed with .

All my

4条回答
  •  臣服心动
    2020-12-20 17:09

    In my case (ubuntu 16.04) it was related to this bug, just not ~/.odbc.ini but /etc/odbc.ini. Adding a line to /etc/odbc.ini

    [empty-sys]

    fixed the problem.

提交回复
热议问题