Subject | How to save a PDF stored in a blob column to a file? |
---|---|
Author | mitch_landor |
Post date | 2007-10-26T11:00:10Z |
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
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