OPENROWSET METHOD For unicode Charchters

  • SELECT *

    FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',

    'Text;Database=C:\TEST\;HDR=NO',

    'SELECT * FROM test1.csv')

    my test.csv contains unicode charchters like Japan,Mori Ogai,日本,森鷗外 Japan,Tex Texin,日本,テクス テクサン

    When we import this data in to table it reurns null row .

    Please help me for this.

  • I would love to know the answer for that, as the damned architect decided to change the exporting method, and export as Unicode now, 😉

    If anyone has the answer, or another way to do this.

    Thanks,

    J-F

    Cheers,

    J-F

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply