Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IMPORT .TXT FILE SHOWS STRANGE CHARACTER???

Status
Not open for further replies.

jane30

Programmer
Nov 14, 2000
92
US
I tried to import a .txt file coming from AS/400 into Access 2000 database. The sample data on the import wizard showed ??? +++ and other strange characters. For test purpose, I FTPed another .txt from AS/400 and imported into Access 2000 databse, it worked fine. And I had no problem importing any other txt files into Access 2000 on my PC. Any idea? Thanks a bunch in advance.
 
Make sure the file you're exporting from the AS/400 doesn't have any packed decimal, floating point, or binary fields in it, no DBCS data, and that all text fields have readable characters on the AS/400.

Check that the FTP parameters for this file specified conversion to ASCII.

If that doesn't help, open the downloaded .txt file in Notepad and see if anything looks funny.

Rick Sprague
Want the best answers? See faq181-2886
To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top