ACC: Error Message When Importing Informix Delimited Text File (99406)
The information in this article applies to:
- Microsoft Access 1.0
- Microsoft Access 1.1
- Microsoft Access 2.0
This article was previously published under Q99406
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you attempt to import an Informix delimited text file that uses
the pipe (|) symbol as a delimiter, you receive the following error
message:
Name " contains invalid characters
CAUSE
When you export in Informix as text delimited and you specify the pipe
symbol as the delimiter, Informix adds an extra pipe symbol at the end
of the line. When you import this file to Microsoft Access by
specifying "First row contains field names," Microsoft Access assumes
there is another field after the last pipe symbol. Since the value is
null, Microsoft Access returns the above error message.
RESOLUTION- Open the file in a text editor and add a dummy name after the last pipe
symbol. After you import the file, you can delete this dummy field.
- Clear the First Row Contains Field Names check box when you import the
file. After you import the file, delete the first row of the table
(which contains the field names instead of data). Then, switch to Design
view and modify the table's field names.
Modification Type: | Major | Last Reviewed: | 5/9/2003 |
---|
Keywords: | kb3rdparty kbprb KB99406 |
---|
|