| 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 |
|
| helpviewer_keywords |
LineSeparatorsEnum enumeration [ADO] |
|
| ms.assetid |
0440b793-99c7-49a2-b3e2-ec5b1a7e3e60 |
| author |
MightyPen |
| ms.author |
genemi |
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. |
These constants do not have ADO/WFC equivalents.
LineSeparator Property (ADO)