AdoStream:Write()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoStream Class >

AdoStream:Write()

Previous pageReturn to chapter overviewNext page

Purpose

Writes binary data to a Stream object.

 

Prototype

METHOD Write ( uData AS USUAL )  AS VOID 

 

Argument(s)

uData        A String or LongBin object that contains the bytes that need to be written

 

Return

NOTHING

 

See Also

AdoStream