You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Gao, Rui-Xian (JIRA)" <ji...@apache.org> on 2015/11/30 10:56:10 UTC

[jira] [Created] (TRAFODION-1652) SQLDriverConnect can't get catalog name

Gao, Rui-Xian created TRAFODION-1652:
----------------------------------------

             Summary: SQLDriverConnect can't get catalog name
                 Key: TRAFODION-1652
                 URL: https://issues.apache.org/jira/browse/TRAFODION-1652
             Project: Apache Trafodion
          Issue Type: Bug
          Components: client-odbc-windows
    Affects Versions: 2.0-incubating
         Environment: windows7 windows8
            Reporter: Gao, Rui-Xian


SQLDriverConnect returned empty catalog name

returncode = SQLDriverConnect(hdbc,NULL,(SQLCHAR*)ConnectStringIn,sizeof(ConnectStringIn),
                                 (SQLCHAR*)ConnectStringOut,sizeof(ConnectStringOut),&ConnStrLengthOut,
                                 SQL_DRIVER_NOPROMPT);
   LogMsg(SHORTTIMESTAMP + LINEAFTER, "ConnectStringOut is :%s\n", ConnectStringOut);

output --

ConnectStringOut is :DSN=TRAF_DSN145_W7;SERVER=TCP:10.10.10.145/23400;UID=trafodion;PWD=traf123;CATALOG=;SCHEMA=RACHEL_ODBCTEST_W7;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)