StreamTypeEnum

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

StreamTypeEnum

Specifies the type of data stored in a Stream object.

Constant Value Description
adTypeBinary 1 Indicates binary data.
adTypeText 2 Default. Indicates text data, which is in the character set specified by Charset.

ADO/WFC Equivalent

These constants do not have ADO/WFC equivalents.

See Also

Applies To: Type Property (ADO Stream)

© 1998-2003 Microsoft Corporation. All rights reserved.