Expand Minimize
This topic has not yet been rated - Rate this topic

LineSeparator Property (ADO)

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

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

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.