Click to return to the Data Access     
Language     Sort     Microsoft Tabular Data Co...    
Web Workshop  |  Data Access & Databases

RowDelim Property


Specifies the character used to mark the end of each row.

Syntax

dataobj.RowDelim = sValue

sValueString expression that separates one data field from the next. The default value is "newline", but it can be set to any other character. Only a single character may be used to delimit a row.

Remarks

Special interpretation is done for end-of-line or newline characters, which should provide correct parsing in most circumstances.

See Also

EscapeChar, FieldDelim, TextQualifier


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.