Subject How to save a PDF stored in a blob column to a file?
Author mitch_landor
I'm having problems understanding how to do this. I am trying like
this but it doesn't work. Any help would be appreciated:

// extract pdf from db & store to temp file
(Datamodule5.qryCurrProjDocs.FieldByName("PDFColumn") as
TBlobField).SaveToFile("TempPdfFullFileName");

Thanks
M