ADO 2.5 API Reference

Stream Object

Represents a stream of binary data or text.


Remarks

In tree-structured hierarchies such as a file system or an e-mail system, a Record may have a default binary stream of bits associated with it that contains the contents of the file or the e-mail. A Stream object can be used to manipulate fields or records containing these streams of data. A Stream object can be obtained in these ways:

With the methods and properties of a Stream object, you can do the following:

Note   URLs using the http scheme will automatically invoke the Microsoft OLE DB Provider for Internet Publishing. For more information, see Absolute and Relative URLs.

See Also

Visual Basic Example

Stream Object Properties, Methods, and Events | Chapter 10: Records and Streams

© 1998-2003 Microsoft Corporation. All rights reserved.