LineSeparator Property (ADO)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

LineSeparator Property

Indicates the binary character to be used as the line separator in text Stream objects.

Settings and Return Values

Sets or returns a LineSeparatorsEnum value that indicates the line separator character used in the Stream. The default value is adCRLF.

Remarks

LineSeparator is used to interpret lines when reading the content of a text Stream. Lines can be skipped with the SkipLine method.

LineSeparator is used only with text Stream objects (Type is adTypeText). This property is ignored if Type is adTypeBinary.

See Also

Applies To: Stream Object

© 1998-2003 Microsoft Corporation. All rights reserved.