Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 971 Bytes

File metadata and controls

32 lines (29 loc) · 971 Bytes
title LineSeparatorsEnum | 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
LineSeparatorsEnum
helpviewer_keywords
LineSeparatorsEnum enumeration [ADO]
ms.assetid 0440b793-99c7-49a2-b3e2-ec5b1a7e3e60
author MightyPen
ms.author genemi

LineSeparatorsEnum

Specifies the character used as a line separator in text Stream objects.

Constant Value Description
adCR 13 Indicates carriage return.
adCRLF -1 Default. Indicates carriage return line feed.
adLF 10 Indicates line feed.

ADO/WFC Equivalent

These constants do not have ADO/WFC equivalents.

Applies To

LineSeparator Property (ADO)