TurboDB VCL Component Library

TTdbBlobProvider.SetBlobLinkedFile Method

TTdbBlobProvider

Previous  Top  Next

Writes a linked blob.

Delphi syntax:

procedure SetBlobLinkedFile(const FileName: string);

C++ syntax:

virtual static void __fastcall SetBlobLinkedFile(const System::String FileName);

Description

Use this method to write a linked blob to the data source. For a linked blob, only the file name is stored in the database and blob provider reads the the blob from the file, when it is loaded.