attachment-type

In a website running ASP.NET, how can I display an image stored in an MS Access 2007 Attachment Type

BACKGROUND: MS Access 2007 added an attachment field type, where images can be stored. I am building a website using ASP.Net and the .NET framework 4 So, without using Silverlight, what is the easiest way to retrieve the image from the Access database on the server, and use as source for an Image control? As a simple example: In an ESL...