Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.4 KB

File metadata and controls

34 lines (29 loc) · 1.4 KB
title LineSeparator Property (ADO) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
_Stream::LineSeparator
helpviewer_keywords
LineSeparator property [ADO]
ms.assetid 0b20fbb8-6b83-48ec-b442-f96c8a4bafbb
author MightyPen
ms.author genemi

LineSeparator Property (ADO)

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.

Applies To

Stream Object (ADO)

See Also

Stream Object (ADO)