AdoStream:Read()

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes > AdoStream Class >

AdoStream:Read()

Previous pageReturn to chapter overviewNext page

Purpose

Reads a specified number of bytes from a binary Stream object.

 

Prototype

METHOD Read ( nNumBytes AS USUAL )  AS USUAL PASCAL CLASS AdoStream

 

Argument(s)

nNumbytes        (Optional) LONG the number of bytes to read from the file or the AdoStreamReadEnum value adReadAll, which is the default.

 

 

Return

USUAL        The resulting data in the form of a string or LongBin object

 

See Also

AdoStream, AdoStreamReadEnum