Re: JPEG in Blob Field Access 2003



(yourADOTable.FieldByName('yourBLOB') as
TBlobField).LoadFromFile(yourFileName)

--
With best regards, Mike Shkolnik
E-mail: mshkolnik@xxxxxxxxxxxxx
WEB: http://www.scalabium.com

"TMA" <tmasoftwares@xxxxxxxxx> wrote in message
news:44f398ac$1@xxxxxxxxxxxxxxxxxxxxxxxxx
It seems to be an old question, but I haven't still got this answer ...

What's the simpliest way to load JPEG/BMP files into TDBImage controls so
they'll be saved in my Access 2003 database? I've seen some examples that
would use TImage instead to be updated in AfterScrool/BeforePost events,
but
I didn't really want to add too much code.

Using D7.

Thanks in advance.




.



Relevant Pages

  • JPEG in Blob Field Access 2003
    ... What's the simpliest way to load JPEG/BMP files into TDBImage controls so ...
    (borland.public.delphi.database.ado)
  • Re: JPEG in Blob Field Access 2003
    ... What's the simpliest way to load JPEG/BMP files into TDBImage controls so ... they'll be saved in my Access 2003 database? ...
    (borland.public.delphi.database.ado)