MySQL Forums
Forum List  »  Connector/ODBC

Re: Data Source Name in UTF-8
Posted by: Yi Chang
Date: May 10, 2017 10:10AM

Here are the logging in odbc.log. Both cases are successful.

[ODBC][30839][1494432189.491275][__handles.c][460]
Exit:[SQL_SUCCESS]
Environment = 0x2590410
[ODBC][30839][1494432189.491321][SQLAllocHandle.c][375]
Entry:
Handle Type = 2
Input Handle = 0x2590410
[ODBC][30839][1494432189.491336][SQLAllocHandle.c][493]
Exit:[SQL_SUCCESS]
Output Handle = 0x2590d10
[ODBC][30839][1494432189.491359][SQLDriverConnectW.c][290]
Entry:
Connection = 0x2590d10
Window Hdl = (nil)
Str In = [DSN=進mssql1;UID=****;PWD=****][length = 35 (SQL_NTS)]
Str Out = (nil)
Str Out Max = 0
Str Out Ptr = (nil)
Completion = 0
UNICODE Using encoding ASCII 'ISO8859-1' and UNICODE 'UCS-2LE'

[ODBC][30839][1494432189.533069][SQLDriverConnectW.c][910]
Exit:[SQL_SUCCESS_WITH_INFO]
Connection Out [[NULL]]
DIAG [01000] [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Changed database context to '****'.

DIAG [01000] [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Changed language setting to us_english.

[ODBC][30839][1494432194.077965][SQLDisconnect.c][208]
Entry:
Connection = 0x2590d10
[ODBC][30839][1494432194.078131][SQLDisconnect.c][364]
Exit:[SQL_SUCCESS]
[ODBC][30839][1494432194.078156][SQLFreeHandle.c][284]
Entry:
Handle Type = 2
Input Handle = 0x2590d10
[ODBC][30839][1494432194.078171][SQLFreeHandle.c][333]
Exit:[SQL_SUCCESS]
[ODBC][30839][1494432194.078183][SQLFreeHandle.c][219]
Entry:
Handle Type = 1
Input Handle = 0x2590410
[ODBC][30841][1494432214.527816][__handles.c][460]
Exit:[SQL_SUCCESS]
Environment = 0x19df410
[ODBC][30841][1494432214.527856][SQLAllocHandle.c][375]
Entry:
Handle Type = 2
Input Handle = 0x19df410
[ODBC][30841][1494432214.527871][SQLAllocHandle.c][493]
Exit:[SQL_SUCCESS]
Output Handle = 0x19dfd10
[ODBC][30841][1494432214.527898][SQLDriverConnectW.c][290]
Entry:
Connection = 0x19dfd10
Window Hdl = (nil)
Str In = [DSN=進ora1;UID=****;PWD=****][length = 33 (SQL_NTS)]
Str Out = (nil)
Str Out Max = 0
Str Out Ptr = (nil)
Completion = 0
UNICODE Using encoding ASCII 'ISO8859-1' and UNICODE 'UCS-2LE'

[ODBC][30841][1494432214.875927][SQLDriverConnectW.c][910]
Exit:[SQL_SUCCESS_WITH_INFO]
Connection Out [[NULL]]
[ODBC][30841][1494432218.502097][SQLDisconnect.c][208]
Entry:
Connection = 0x19dfd10
[ODBC][30841][1494432218.503851][SQLDisconnect.c][364]
Exit:[SQL_SUCCESS]
[ODBC][30841][1494432218.503888][SQLFreeHandle.c][284]
Entry:
Handle Type = 2
Input Handle = 0x19dfd10
[ODBC][30841][1494432218.503906][SQLFreeHandle.c][333]
Exit:[SQL_SUCCESS]
[ODBC][30841][1494432218.503920][SQLFreeHandle.c][219]
Entry:
Handle Type = 1
Input Handle = 0x19df410

Options: ReplyQuote


Subject
Written By
Posted
April 19, 2017 05:39PM
April 25, 2017 10:39AM
Re: Data Source Name in UTF-8
May 10, 2017 10:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.