Import Japanese CVS file

  • Thread starter Thread starter Tran Hong Quang
  • Start date 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
 
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.
 
Back
Top