HI,
How can I save word document from Blob-field in data base MS Access to file in the graphical format (.bmp for examole)? I use Delphi 7.
Thanks beforehand.
with ADOTDocument do
begin
FieldByName('OrigDocName').Value := strFileName;
FieldByName('OrigDocPath').Value := strFilePath;
FieldByName('FileExt').Value := strFileExt;
Post;
end;
The main question in that how transform format OLE of object in Access to that which then Windows can to open. Where to esteem about it, give the reference.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.