am setting up an online store catalog using an Access database - have images
stored in folder in Front Page, & their ID that points to them stored in
database - have read the 2 recommended articles dealing with this, but have
no experience in Visual Basic & can't figure out what I need to do to program
the images to appear - the ASP pages are working fine so far - all text comes
up ok.......

Any help deeply appreciated - website I'm working on is
http://www.celtic-chords.co.uk

Thanks!

Re: how to make database images viewable by MD

MD
Wed Oct 06 07:08:02 CDT 2004

Hi Jan,

The process is to include the field in the database pointing to the image in the img tag. For example:

<img src="<% =rs("ImagePath") %>" >

The <% =rs("ImagePath") %> will be replaced with whatever the field in the database of the same name contains.

HTH,
--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 Released Special Pricing
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"Jan" <Jan@discussions.microsoft.com> wrote in message news:7113B128-9595-4829-873B-12342C85B0FD@microsoft.com...
> am setting up an online store catalog using an Access database - have images
> stored in folder in Front Page, & their ID that points to them stored in
> database - have read the 2 recommended articles dealing with this, but have
> no experience in Visual Basic & can't figure out what I need to do to program
> the images to appear - the ASP pages are working fine so far - all text comes
> up ok.......
>
> Any help deeply appreciated - website I'm working on is
> http://www.celtic-chords.co.uk
>
> Thanks!



how to make database images viewable by anonymous

anonymous
Thu Oct 07 00:56:24 CDT 2004


>-----Original Message-----
>am setting up an online store catalog using an Access
database - have images
>stored in folder in Front Page, & their ID that points
to them stored in
>database - have read the 2 recommended articles dealing
with this, but have
>no experience in Visual Basic & can't figure out what I
need to do to program
>the images to appear - the ASP pages are working fine so
far - all text comes
>up ok.......
>
>Any help deeply appreciated - website I'm working on is
>http://www.celtic-chords.co.uk
>
>Thanks!
>.
>