I am using Access to store data and jpg images (I know, I know but that's what the boss wants at this time). And currently using VB6. What I need to do is retrieve the images from the db onto a user screen. Since it cannot be done in VB6 without writing it out to a file first and then loading the picture, I need to see if it is possible to do this in .net. What we want is simply to retrieve the record we want and display the stored image without having to do any writing out to disk. Is this possible?

Thanks in advance..