CodeDatabaseDelphiRAD Studio

Easily Implement Robust Binary Large Object (BLOB) Streaming With FireDAC In Delphi

TheBlobssample shows you how to create a BLOB stream for reading and/or writing the value of a specificBLOB fieldon a specific record. To this end, the sample uses theCreateBlobStreammethod ofTFDQueryto create a read-only BLOB stream. In this sample, the BLOB stream is used to read the picture contained on eachBLOB fieldof each record of…
Read more