Icon Write Method

function Write(const Buffer; Count: LongInt): LongInt

Usage

Use Write to write Count bytes to the BLOB or CLOB column, starting at the current position.

All the other data-writing methods of a TEDBBlobStream object (WriteBuffer, WriteComponent) call Write to do their actual writing.

Information Do not call Write when the TEDBBlobStream object was created in bmRead mode. Also, please remember that if you are using a stream on a CLOB column using a Unicode version of ElevateDB, then the number of characters in the CLOB column will not be equal to the number of bytes in the stream like it is with an ANSI version of ElevateDB.
Image