Icon CreateBlobStream Method

virtual System::Classes::TStream* __fastcall
      CreateBlobStream(Data::Db::TField* Field,
      Data::Db::TBlobStreamMode Mode)

Usage

Use the CreateBlobStream method to create a BLOB stream for reading data from or writing data to a BLOB or CLOB column. The Field parameter must specify a TBlobField or TMemoField object from the Fields property. The Mode parameter specifies whether the stream will be used for reading, writing, or updating the contents of the column.

Information This method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image