Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.13 KB

File metadata and controls

36 lines (30 loc) · 1.13 KB
title SkipLine Method | 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::raw_SkipLine
_Stream::SkipLine
helpviewer_keywords
Skipline method [ADO]
ms.assetid 0abc00fe-ee09-4c8e-b1f2-48ee9c5f3329
author MightyPen
ms.author genemi

SkipLine Method

Skips one entire line when reading a text Stream.

Syntax

  
Stream.SkipLine  

Remarks

All characters up to and including the next line separator are skipped. By default, the LineSeparator is adCRLF. If you attempt to skip past EOS, the current position will remain at EOS.

The SkipLine method is used with text streams (Type is adTypeText).

Applies To

Stream Object (ADO)