
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 a binary file via ASP into the database. In this article I am going to talk about the second part, displaying that binary data from the database.
|