Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.16 KB

streamreadenum.md

File metadata and controls

36 lines (32 loc) · 1.16 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
StreamReadEnum
StreamReadEnum
rothja
jroth
01/19/2017
sql
ado
reference
StreamReadEnum
StreamReadEnum enumeration [ADO]
COM

StreamReadEnum

Specifies whether the whole stream or the next line should be read from a Stream object.

Constant Value Description
adReadAll -1 Default. Reads all bytes from the stream, from the current position onwards to the EOS marker. This is the only valid StreamReadEnum value with binary streams (Type is adTypeBinary).
adReadLine -2 Reads the next line from the stream (designated by the LineSeparator property).

ADO/WFC Equivalent

These constants do not have ADO/WFC equivalents.

Applies To

:::row::: :::column::: Read Method
:::column-end::: :::column::: ReadText Method
:::column-end::: :::row-end:::