![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I have a MSSQL Server communicating with an Oracle database through a MSSQL linked server using a MS ODBC connection. If I query the Oracle database through the Oracle ODBC 32Bit Test, the result is fine: select addrsurname from address where addrnr = 6666; HÅKANSSON If I do the same query within the SQL Query Analyzer (using the linked server), I get: select * from openquery(TESTSW, 'select addrsurname from address where addrnr = 6666'); H?KANSSON I have tried to both check and uncheck the Automatic ANSI to OEM conversion, but the result remains the same. Does anyone know what to do to make the result display the special characters in SQL Query Analyzer? |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |