Attachmate.Reflection.Objects.Emulation.IbmHosts Library : AS400SendConversionOption Enumeration |
Member | Description |
---|---|
Ascii | Appropriate for files with no special formatting and fixed record widths. |
BasicSeq | Separates all fields with commas and inserts quotation marks around character and hexadecimal fields. |
CommaDelimiter | Separates all fields with commas and inserts quotation marks only around character fields that contain a comma or a quotation mark. |
DosRandom | Appropriate with host database applications that require data to be in this format. |
NoConversion | Use for files that should not be translated. |
TabDelimiter | Separates all fields with tabs and inserts quotation marks around character fields that contain a quotation mark. |