AdoStream:LoadFromFile()

<< Click to Display Table of Contents >>

Navigation:  Ado 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 

 

Argument(s)

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

 

See Also

AdoStream