You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Jian Jin (JIRA)" <ji...@apache.org> on 2016/06/20 05:34:05 UTC

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

     [ https://issues.apache.org/jira/browse/TRAFODION-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jian Jin resolved TRAFODION-1652.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1-incubating

> 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, 1.3-incubating
>         Environment: windows7 windows8
>            Reporter: Gao, Rui-Xian
>            Assignee: Weiqing Xu
>             Fix For: 2.1-incubating
>
>
> 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)