Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 Can't Extract Images

Author  Topic 

Onamuji
Aged Yak Warrior

504 Posts

Posted - 2001-03-22 : 14:01:57
Ok, this was before I knew better, but I have an old database with images stored in it... I am using ADO to extract the images and write them to disk... well I can make some of them write fine, except my program locks up when I use the .GetChunk method and the ActualSize of the image is larger than 50k... but when I extract them for the web it operates fine... any suggestions? I've tried getting chunks of the data, and concatenating it together... it's very annoying bug... I have optimized the code to only select ONE image at a time too...

Regards,
Adam
   

- Advertisement -