I am using your book,professional Active server pages 3.0 as my guide, I
am on page 439 -Using Images from a database,
The book says the best way is to store images in a file rather then a
database and goes on to say here's the solution for an SQL server Blob
field and that Using Microsoft Access to store images has an additional
problem where the header information is stored in the OLE Object fields.
We're not going to be looking at an Access solution here.
My question is where do I find the solution to this problem ? my pictures
at the present time are in the field "mypicture" and I have them returning
with the use of a "web bot" in Frontpage2000, I have the name of the
picture in the field "mypicture.jpeg" and that's it. It returns, I set the
parameters up within the webbot to check the field for picture, I also
set the parameters up to check for a hyperlink with a "check link
function" pointing too a different field so that when the picture returns,
"if it is to be a hyperlink it is and if its not its just a picture.
What book or page can I look in to show me the solution using all asp code
and a Access database?