Re: Character conversion table
From: Hilary Cotter (hilaryk_at_att.net)
Date: 08/24/04
- Next message: robham: "Merge replication of Foreign keys"
- Previous message: Christian Dam: "Re: Character conversion table"
- In reply to: Christian Dam: "Re: Character conversion table"
- Next in thread: Christian Dam: "Re: Character conversion table"
- Reply: Christian Dam: "Re: Character conversion table"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Aug 2004 09:49:34 -0400
I know some people who are replicating to DB2 on AIX and are using IBM's
Open Direct (IIRC) driver to do so.
I am curious as to how you/they got the data from DB2/NT to DB2/AIX. Perhaps
something was translated incorrectly in this process.
-- Hilary Cotter Looking for a book on SQL Server replication? http://www.nwsu.com/0974973602.html "Christian Dam" <badeanden@_no_spam_hotmail.com> wrote in message news:eHj7TCeiEHA.140@TK2MSFTNGP12.phx.gbl... > Yep, I know the MSdatatype_mappings but unfortunately that's not the one I > was looking for. Your reply, however, have finally convinced me that table I > was told existed, actually do not exist. > > For a customer we have set up a replication from SQL Server 2000 to DB2. > Originally the DB2 was located on Windows and everything worked fine. The > customer then moved DB2 to AIX resulting in the line feed characters got > transferred incorrectly, I'm guessing because of the differences between NT > and AIX (the LFCR vs. CR thingy). > > Unfortunately I don't have much additional information. It could look like a > ODBC configuration problem, but we don't even know if it is a line feed > characters are transferred incorrectly if it appears within normal row data. > We are using the IBM DB2 ODBC driver version 7.01.00.88. > > Thanks > /Christian > > > > "Hilary Cotter" <hilaryk@att.net> wrote in message > news:%23$LROydiEHA.2764@TK2MSFTNGP11.phx.gbl... > > its in the msdb database and its called MSdatatype_mappings. However, this > > doesn't really do what you are looking for. Its pure datatype mappings, ie > a > > datatype in SQL Server to a datatype in access. > > > > Query this table to get an idea of what it actually does. > > > > I think what you want to do is to use a DTS transform to carry this form > of > > conversion out. > > > > What type of a database are you replicating to? > > > > -- > > Hilary Cotter > > Looking for a book on SQL Server replication? > > http://www.nwsu.com/0974973602.html > > > > > > "Christian Dam" <badeanden@_no_spam_hotmail.com> wrote in message > > news:ex8Mr%23aiEHA.2848@TK2MSFTNGP10.phx.gbl... > > > Hi, > > > > > > I have been told a conversion table exist in either the master or the > msdb > > > database which can do a character conversion of data before it is sent > to > > a > > > subscriber. I am not not talking about character set conversion but > about > > > the ability to modify named characters into another named character, > e.g. > > > chr(10)+chr(13) into chr(13). > > > > > > Does anybody know of such a table? I haven not been able to locate it. > > > > > > Cheers > > > /Christian > > > > > > > > > > > >
- Next message: robham: "Merge replication of Foreign keys"
- Previous message: Christian Dam: "Re: Character conversion table"
- In reply to: Christian Dam: "Re: Character conversion table"
- Next in thread: Christian Dam: "Re: Character conversion table"
- Reply: Christian Dam: "Re: Character conversion table"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|