Re: Linked Server - Force Translate
From: Erland Sommarskog (esquel_at_sommarskog.se)
Date: 02/21/05
- Next message: Jeremy: "excel: use ADO to 'create table' and format columns"
- Previous message: Michael McCallum: "Re: Informix Ole DB 64 Bit"
- In reply to: Claude: "Re: Linked Server - Force Translate"
- Next in thread: Claude: "Re: Linked Server - Force Translate"
- Reply: Claude: "Re: Linked Server - Force Translate"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Feb 2005 23:36:18 +0000 (UTC)
Claude (Claude@discussions.microsoft.com) writes:
> At first I created it through Enterprise Manger.
>
> After your post, I created it with :
> exec sp_addlinkedserver 'JDE',
> '',
> 'IBMDA400',
> 'Betty',
> '',
> 'Protection Level=None;Force Translate=0;Cursor
> Sensitivity=3;Initial
> Catalog="";Transport Product=Client Access;Catalog Library
> List=JDFADAT;Default Collection="";Convert Date Time To Char=TRUE;Extended
> Properties="";SSL=DEFAULT;Provider=IBMDA400.DataSource.1',
> ''
>
> It seem to ignore the Force Translate=0 and still returns binary. Any
> suggestions ?
Not knowing DB2, so this translation business is pretty obscure to me.
Did you try OPENROWSET? I would not be surprised to learn that it
gives the same result.
Hm, what happens if you convert the binary data to varchar, as in
select convert(varchar, 0x41424344)
-- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
- Next message: Jeremy: "excel: use ADO to 'create table' and format columns"
- Previous message: Michael McCallum: "Re: Informix Ole DB 64 Bit"
- In reply to: Claude: "Re: Linked Server - Force Translate"
- Next in thread: Claude: "Re: Linked Server - Force Translate"
- Reply: Claude: "Re: Linked Server - Force Translate"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|