LineSeparator property (ADO)
Applies to: Access 2013, Office 2013
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.