Share via


CREATEOUTSTREAM Function (BLOB)

Creates an OutStream object for a binary large object (BLOB). This enables you to write data to the BLOB.

Blob.CreateOutStream(Stream)

Parameters

  • Blob
    Type: Variable The BLOB variable for which you are creating the OutStream object.
  • Stream
    Type: OutStream The OutStream object type that has been created.

See Also

Tasks

How to: Use Streams to Write to Text Files

Reference

BLOB Data Type
InStream and OutStream Data Types