AdoStream:LoadFromFile()

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes > AdoStream Class >

AdoStream:LoadFromFile()

Previous pageReturn to chapter overviewNext page

Purpose

Loads the contents of an existing file into a Stream.

 

Prototype

METHOD LoadFromFile (cFileName AS STRING )  AS VOID PASCAL CLASS AdoStream

 

Argument(s)

cFilename         A String value that contains the name of a file to be loaded into the Stream.

 

 

See Also

AdoStream