You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2020/11/27 14:56:00 UTC

[jira] [Created] (IGNITE-13771) ODBC crashes on Linux if SQLConnect is called

Igor Sapego created IGNITE-13771:
------------------------------------

             Summary: ODBC crashes on Linux if SQLConnect is called
                 Key: IGNITE-13771
                 URL: https://issues.apache.org/jira/browse/IGNITE-13771
             Project: Ignite
          Issue Type: Bug
          Components: odbc
    Affects Versions: 2.9
            Reporter: Igor Sapego
            Assignee: Igor Sapego
             Fix For: 2.10


According to user report the following line 

{code:cpp}

et = SQLConnect(dbc, (SQLCHAR*)DSN, SQL_NTS, (SQLCHAR*)"", SQL_NTS,
(SQLCHAR*)"", SQL_NTS);

{code:cpp}

Gives the following result:
{noformat}
symbol lookup error: /usr/local/lib/libignite-odbc.so: undefined
symbol: SQLGetPrivateProfileString {noformat}
 

Details can be found on userlist: https://lists.apache.org/thread.html/r023842d3fa08d9e7c6e8dd6686efaa85b46ea2b14dd22883eecfbe17%40<user.ignite.apache.org>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)