Click to return to the Data Access     
EscapeChar     Filter     Objects    
Web Workshop  |  Data Access & Databases

FieldDelim Property


Specifies the character used to mark the end of data fields.

Syntax

dataobj.FieldDelim = sValue

sValueString expression that separates one data field from the next. A comma (,) is the default character, but you can set it to any other character. Only a single character can be used to delimit the fields.

Remarks

Setting nonprintable characters is dependent on the browser language used. In the initial object tag declaration, you can set the FieldDelim property to a tab character as follows:

<PARAM NAME=FieldDelim VALUE="&#09;">

See Also

EscapeChar, RowDelim, 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.