Delphi
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   Web Development Archives Mailing Lists Delphi

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Web Development Archives Sponsor:
  #1  
Old April 26th, 2008, 01:01 PM
Zoran Milenkovic
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Acessing OLE image in Access DB

LoadJpgPic(PicDisplay,(ADQuery1.FieldByName('Pictu re') as TBlobField));


procedure LoadJpgPic(JpgPic:TImage; PicField:TBlobField);
var
bS : TADBlobStream;
Pic : TJpegImage;
begin
JpgPic.Picture.Graphic:=nil;
try
bS := TADBlobStream.Create(PicField,bmRead);
try
bS.Seek(JpegStartsInBlob(PicField),soFromBeginning );
Pic:=TJpegImage.Create;
try
Pic.LoadFromStream(bS);
JpgPic.Picture.Graphic:=Pic;
finally
Pic.Free;
end;
finally
bS.Free
end;
except end;
end;


Hope that helps





Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

[Non-text portions of this message have been removed]

Reply With Quote
Reply

Viewing: Web Development Archives Mailing Lists Delphi > Acessing OLE image in Access DB


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway