Import Japanese CVS file

  • Thread starter Tran Hong Quang
  • Start date
T

Tran Hong Quang

Hi,
I would like to import a CVS file containing Japanese data (Unicode). How
to do that?

I am using:
Open strFileName For Input Shared As intInputFileHandler
Line Input #intInputFileHandler, strBuff

That way has problem of UNICODE font.

Regard
Tran Hong Quang
 
T

Tom van Stiphout

On Mon, 3 Mar 2008 16:47:01 -0800, Tran Hong Quang <Tran Hong
(e-mail address removed)> wrote:

Try creating a linked table to the file, and then importing using an
Append query.

-Tom.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top