StreamWriteEnum

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

StreamWriteEnum

Specifies whether a line separator is appended to the string written to a Stream object.

Constant Value Description
adWriteChar 0 Default. Writes the specified text string (specified by the Data parameter) to the Stream object.
adWriteLine 1 Writes a text string and a line separator character to a Stream object. If the LineSeparator property is not defined, then this returns a run-time error.

ADO/WFC Equivalent

These constants do not have ADO/WFC equivalents.

See Also

Applies To: WriteText Method

© 1998-2003 Microsoft Corporation. All rights reserved.