This code demonstrates how to read binary (i.e., BLOB/Image) data from an Access database and display the image on the web page using the response.binarywrite method....
This is the 2nd article in a series of articles about inserting binary data ( files, images etc ) into database ( Access Database ) and then displaying that binary data from the database using ASP. I am going to assume here that you have read the 1st article Uploading and Inserting Binary Data into the Database. Quite a lot of important background information and detail has been covered there, so better give it a reading beforing continuing with this article.That article described how to upload ...