PC Review


Reply
Thread Tools Rate Thread

Display image from Access database in Frontpage 2003

 
 
Hugo Dias
Guest
Posts: n/a
 
      29th Jun 2005
I am trying to develop a website based in an Access Database. For now I'm
doing some experiments and stopped in one obstacle which I can't overcome. I
can't display pictures from the Access database in my Internet page! I am
strictly following Microsoft Instructions
(http://support.microsoft.com/kb/825515 or
http://office.microsoft.com/en-gb/as...346821033.aspx).

I even tried to solve the problem with my host (HostMySite) who gave me the
following answer:
"You said you are trying to pull from an access database but looking at the
source it seems to be pointing to your images directory which contains only
JPEGS. I also noticed in your source that for the images you are referencing
.../mysite/images which does not exist on the remote server. So please update
your code and if you continue to have problems please let us know the
location of the DB your are trying to use."
My website is http://65.36.226.177/ (it's only a space where I do my
experiments before launching a real web site). When I publish my web site I
can check that the Remote Web Site has all the images I need so I don't
understand what my host is saying!

Can anyone help me?

Best Regards
Hugo Dias


 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      29th Jun 2005
It is best to store the images within a folder in your web and store a link to them in a text field
in the database.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================

"Hugo Dias" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
>I am trying to develop a website based in an Access Database. For now I'm doing some experiments
>and stopped in one obstacle which I can't overcome. I can't display pictures from the Access
>database in my Internet page! I am strictly following Microsoft Instructions
>(http://support.microsoft.com/kb/825515 or
>http://office.microsoft.com/en-gb/as...346821033.aspx).
>
> I even tried to solve the problem with my host (HostMySite) who gave me the following answer:
> "You said you are trying to pull from an access database but looking at the source it seems to be
> pointing to your images directory which contains only JPEGS. I also noticed in your source that
> for the images you are referencing ../mysite/images which does not exist on the remote server. So
> please update your code and if you continue to have problems please let us know the location of
> the DB your are trying to use."
> My website is http://65.36.226.177/ (it's only a space where I do my experiments before launching
> a real web site). When I publish my web site I can check that the Remote Web Site has all the
> images I need so I don't understand what my host is saying!
>
> Can anyone help me?
>
> Best Regards
> Hugo Dias
>



 
Reply With Quote
 
Hugo Dias
Guest
Posts: n/a
 
      29th Jun 2005
I know that. Microsoft instructions include that. But even doing this I
can't display them in my website!


"Thomas A. Rowe" <(E-Mail Removed)> escreveu na mensagem
news:OdwW$(E-Mail Removed)...
> It is best to store the images within a folder in your web and store a
> link to them in a text field in the database.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WebMaster Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> 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.
> ==============================================
>
> "Hugo Dias" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>I am trying to develop a website based in an Access Database. For now I'm
>>doing some experiments and stopped in one obstacle which I can't overcome.
>>I can't display pictures from the Access database in my Internet page! I
>>am strictly following Microsoft Instructions
>>(http://support.microsoft.com/kb/825515 or
>>http://office.microsoft.com/en-gb/as...346821033.aspx).
>>
>> I even tried to solve the problem with my host (HostMySite) who gave me
>> the following answer:
>> "You said you are trying to pull from an access database but looking at
>> the source it seems to be pointing to your images directory which
>> contains only JPEGS. I also noticed in your source that for the images
>> you are referencing ../mysite/images which does not exist on the remote
>> server. So please update your code and if you continue to have problems
>> please let us know the location of the DB your are trying to use."
>> My website is http://65.36.226.177/ (it's only a space where I do my
>> experiments before launching a real web site). When I publish my web site
>> I can check that the Remote Web Site has all the images I need so I don't
>> understand what my host is saying!
>>
>> Can anyone help me?
>>
>> Best Regards
>> Hugo Dias
>>

>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      30th Jun 2005
Then you are not doing something correctly. How are you linking to the images?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================

"Hugo Dias" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
>I know that. Microsoft instructions include that. But even doing this I
> can't display them in my website!
>
>
> "Thomas A. Rowe" <(E-Mail Removed)> escreveu na mensagem
> news:OdwW$(E-Mail Removed)...
>> It is best to store the images within a folder in your web and store a link to them in a text
>> field in the database.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> WebMaster Resources(tm)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> 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.
>> ==============================================
>>
>> "Hugo Dias" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
>>>I am trying to develop a website based in an Access Database. For now I'm doing some experiments
>>>and stopped in one obstacle which I can't overcome. I can't display pictures from the Access
>>>database in my Internet page! I am strictly following Microsoft Instructions
>>>(http://support.microsoft.com/kb/825515 or
>>>http://office.microsoft.com/en-gb/as...346821033.aspx).
>>>
>>> I even tried to solve the problem with my host (HostMySite) who gave me the following answer:
>>> "You said you are trying to pull from an access database but looking at the source it seems to
>>> be pointing to your images directory which contains only JPEGS. I also noticed in your source
>>> that for the images you are referencing ../mysite/images which does not exist on the remote
>>> server. So please update your code and if you continue to have problems please let us know the
>>> location of the DB your are trying to use."
>>> My website is http://65.36.226.177/ (it's only a space where I do my experiments before
>>> launching a real web site). When I publish my web site I can check that the Remote Web Site has
>>> all the images I need so I don't understand what my host is saying!
>>>
>>> Can anyone help me?
>>>
>>> Best Regards
>>> Hugo Dias
>>>

>>
>>

>
>



 
Reply With Quote
 
=?Windows-1252?Q?Rob_Giordano_\=28Crash_Gordon=AE\
Guest
Posts: n/a
 
      30th Jun 2005
Did you Import the images into FP first?...if you didn't the paths would be messed up.


"Hugo Dias" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
| I know that. Microsoft instructions include that. But even doing this I
| can't display them in my website!
|
|
| "Thomas A. Rowe" <(E-Mail Removed)> escreveu na mensagem
| news:OdwW$(E-Mail Removed)...
| > It is best to store the images within a folder in your web and store a
| > link to them in a text field in the database.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WebMaster Resources(tm)
| > http://www.ycoln-resources.com
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > 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.
| > ==============================================
| >
| > "Hugo Dias" <(E-Mail Removed)> wrote in message
| > news:%(E-Mail Removed)...
| >>I am trying to develop a website based in an Access Database. For now I'm
| >>doing some experiments and stopped in one obstacle which I can't overcome.
| >>I can't display pictures from the Access database in my Internet page! I
| >>am strictly following Microsoft Instructions
| >>(http://support.microsoft.com/kb/825515 or
| >>http://office.microsoft.com/en-gb/as...346821033.aspx).
| >>
| >> I even tried to solve the problem with my host (HostMySite) who gave me
| >> the following answer:
| >> "You said you are trying to pull from an access database but looking at
| >> the source it seems to be pointing to your images directory which
| >> contains only JPEGS. I also noticed in your source that for the images
| >> you are referencing ../mysite/images which does not exist on the remote
| >> server. So please update your code and if you continue to have problems
| >> please let us know the location of the DB your are trying to use."
| >> My website is http://65.36.226.177/ (it's only a space where I do my
| >> experiments before launching a real web site). When I publish my web site
| >> I can check that the Remote Web Site has all the images I need so I don't
| >> understand what my host is saying!
| >>
| >> Can anyone help me?
| >>
| >> Best Regards
| >> Hugo Dias
| >>
| >
| >
|
|
 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      30th Jun 2005
Hi Hugo,

First, from reading the articles you mentioned, and the replies in this
thread, it seems that you are NOT trying to "Display image from Access
database" literally, but trying to display images that are stored in the
web's file system, whose paths are stored as strings in an Access database.
Correct?

If so, the first thing we need to do is figure out the exact nature of the
problem. "I can't display pictures from the Access database" is about as
useful information as telling a Doctor "I don't feel good." Can you describe
as completely as possible the symptoms (behavior, error messages, etc) that
you are seeing? If you don't know the correct term for something, please
describe it as fully as possible.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"Hugo Dias" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I am trying to develop a website based in an Access Database. For now I'm
>doing some experiments and stopped in one obstacle which I can't overcome.
>I can't display pictures from the Access database in my Internet page! I am
>strictly following Microsoft Instructions
>(http://support.microsoft.com/kb/825515 or
>http://office.microsoft.com/en-gb/as...346821033.aspx).
>
> I even tried to solve the problem with my host (HostMySite) who gave me
> the following answer:
> "You said you are trying to pull from an access database but looking at
> the source it seems to be pointing to your images directory which contains
> only JPEGS. I also noticed in your source that for the images you are
> referencing ../mysite/images which does not exist on the remote server. So
> please update your code and if you continue to have problems please let us
> know the location of the DB your are trying to use."
> My website is http://65.36.226.177/ (it's only a space where I do my
> experiments before launching a real web site). When I publish my web site
> I can check that the Remote Web Site has all the images I need so I don't
> understand what my host is saying!
>
> Can anyone help me?
>
> Best Regards
> Hugo Dias
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I display images from a MS SQL Database in Frontpage 2003 =?Utf-8?B?a2VlbiBidXQgY29uZnVzZWQ=?= Microsoft Frontpage 1 15th Jun 2006 07:58 PM
Display an image from access database =?Utf-8?B?RXJpYyBLZXVuZw==?= Microsoft ASP .NET 1 14th May 2004 08:04 PM
Access Database - Display Image if it exists Ryan Johnson Microsoft Frontpage 2 22nd Mar 2004 08:36 PM
How to display an image from a OLE Object field of an Access database ? Sandi Microsoft ASP .NET 3 6th Nov 2003 12:52 PM
Access Database/FrontPage Display error Paul Schandel Microsoft Frontpage 5 5th Aug 2003 04:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:35 PM.