On using db2 Load to load 1252 data in to DB2 (codeset 1208). The German umlouts are

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skyahoodata123
    New Member
    • Dec 2013
    • 1

    #1

    On using db2 Load to load 1252 data in to DB2 (codeset 1208). The German umlouts are

    I have used db2 Load to load a data of encoding 1252 in to DB2 which is of codeset 1208 (UTF-8). Load is successful but the German umlouts are looking like "šR".

    The querry is as below:

    db2 load from "./data/abcd.txt" of asc modified by codepage=1252 insert into mytable
Working...