How do I display images from a MS SQL Database in Frontpage 2003

G

Guest

I have managed to set up an MS SQL database using Access project. and have
produced a data results page in frontpage 2003 which works fine for text.

I have typed the image file names.jpg into the database as data type
varchar. Thus displying the file name on the data results Page.

How can I make Frontpage 2003 use the file name to display the image.

I have looked at the code and noticed
<asp:BoundColumn DataField="txtImageName" HeaderText="txtImageName"/>

Do I need to edit this Line and if so what to?

I would appreciate your help as I have now spent days on this and got
nowhere
 
T

Thomas A. Rowe

You have to edit the code to place a image on the page. Insert a image from within your web via FP
on a page, then copy the path and modify to pull the name from your database.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top