PC Review


Reply
Thread Tools Rate Thread

BLOBs Images and Front Page

 
 
bfiser@gmail.com
Guest
Posts: n/a
 
      11th Dec 2006
Good morning everyone. I am creating a page using Front Page 2000 that
has a search form and then based on what is searched displays employee
information. One of the fields I'm trying to display is an image. I
get everything to return properly except the image field it shows up as
[#BINARY#]. Can anyone give me some advice on what I need to do to get
this to display right? Or point me in the direction of a website that
could help me out? If this is too vague please let me know and I can
clarify. Thanks in advance for any advice.
Ben

 
Reply With Quote
 
 
 
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      11th Dec 2006
How to display a picture by using an Access database in FrontPage 2000
http://support.microsoft.com/kb/216285

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Good morning everyone. I am creating a page using Front Page 2000 that
> has a search form and then based on what is searched displays employee
> information. One of the fields I'm trying to display is an image. I
> get everything to return properly except the image field it shows up as
> [#BINARY#]. Can anyone give me some advice on what I need to do to get
> this to display right? Or point me in the direction of a website that
> could help me out? If this is too vague please let me know and I can
> clarify. Thanks in advance for any advice.
> Ben
>



 
Reply With Quote
 
bfiser@gmail.com
Guest
Posts: n/a
 
      11th Dec 2006
I appreciate the quick reply however I have a SQL Database. I was
browsing through this group and saw where it is recommended to not
access the images through this method but it appears to be my only
option as far as I know. I hope this updated information will help
lead me to a proper solution.
Thanks,
Ben


Kathleen Anderson [MVP - FrontPage] wrote:
> How to display a picture by using an Access database in FrontPage 2000
> http://support.microsoft.com/kb/216285
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
>
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Good morning everyone. I am creating a page using Front Page 2000 that
> > has a search form and then based on what is searched displays employee
> > information. One of the fields I'm trying to display is an image. I
> > get everything to return properly except the image field it shows up as
> > [#BINARY#]. Can anyone give me some advice on what I need to do to get
> > this to display right? Or point me in the direction of a website that
> > could help me out? If this is too vague please let me know and I can
> > clarify. Thanks in advance for any advice.
> > Ben
> >


 
Reply With Quote
 
David Berry
Guest
Posts: n/a
 
      12th Dec 2006
See
http://databases.aspfaq.com/database...ilesystem.html
for more information about why it's not a good idea to store information in
a database this way.

You're better off putting the images in a folder on your site and then
creating a field in your database that just holds the path to the image and
then build the <img> tag using the path results from the database. Ex: <img
src = "<%=rs("IMAGEPATH")%>



<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I appreciate the quick reply however I have a SQL Database. I was
> browsing through this group and saw where it is recommended to not
> access the images through this method but it appears to be my only
> option as far as I know. I hope this updated information will help
> lead me to a proper solution.
> Thanks,
> Ben
>
>
> Kathleen Anderson [MVP - FrontPage] wrote:
>> How to display a picture by using an Access database in FrontPage 2000
>> http://support.microsoft.com/kb/216285
>>
>> --
>>
>> ~ Kathleen Anderson
>> Microsoft MVP - FrontPage
>> Spider Web Woman Designs
>> web: http://www.spiderwebwoman.com/resources/
>>
>>
>> <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Good morning everyone. I am creating a page using Front Page 2000 that
>> > has a search form and then based on what is searched displays employee
>> > information. One of the fields I'm trying to display is an image. I
>> > get everything to return properly except the image field it shows up as
>> > [#BINARY#]. Can anyone give me some advice on what I need to do to get
>> > this to display right? Or point me in the direction of a website that
>> > could help me out? If this is too vague please let me know and I can
>> > clarify. Thanks in advance for any advice.
>> > Ben
>> >

>



 
Reply With Quote
 
bfiser@gmail.com
Guest
Posts: n/a
 
      12th Dec 2006
I agree, however my problem is my company is using a software program
to create ID cards and the images as well as employee information go
into this SQL database. I was given an assignment by my boss to use
this database and the data it holds to create a search page for
employees to then have their generic information and data displayed.
The images by default get stored in the database and when I was talking
about storing them elsewhere was told it is not an option. Thanks for
the response though, I guess I will just keep plugging away.
Thanks,
Ben

David Berry wrote:
> See
> http://databases.aspfaq.com/database...ilesystem.html
> for more information about why it's not a good idea to store information in
> a database this way.
>
> You're better off putting the images in a folder on your site and then
> creating a field in your database that just holds the path to the image and
> then build the <img> tag using the path results from the database. Ex: <img
> src = "<%=rs("IMAGEPATH")%>
>
>
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I appreciate the quick reply however I have a SQL Database. I was
> > browsing through this group and saw where it is recommended to not
> > access the images through this method but it appears to be my only
> > option as far as I know. I hope this updated information will help
> > lead me to a proper solution.
> > Thanks,
> > Ben
> >
> >
> > Kathleen Anderson [MVP - FrontPage] wrote:
> >> How to display a picture by using an Access database in FrontPage 2000
> >> http://support.microsoft.com/kb/216285
> >>
> >> --
> >>
> >> ~ Kathleen Anderson
> >> Microsoft MVP - FrontPage
> >> Spider Web Woman Designs
> >> web: http://www.spiderwebwoman.com/resources/
> >>
> >>
> >> <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > Good morning everyone. I am creating a page using Front Page 2000 that
> >> > has a search form and then based on what is searched displays employee
> >> > information. One of the fields I'm trying to display is an image. I
> >> > get everything to return properly except the image field it shows up as
> >> > [#BINARY#]. Can anyone give me some advice on what I need to do to get
> >> > this to display right? Or point me in the direction of a website that
> >> > could help me out? If this is too vague please let me know and I can
> >> > clarify. Thanks in advance for any advice.
> >> > Ben
> >> >

> >


 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      12th Dec 2006
In your IE Address bar type:

? Displaying BLOBs Images from MS SQL

then hit Enter

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


<(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>I agree, however my problem is my company is using a software program
> to create ID cards and the images as well as employee information go
> into this SQL database. I was given an assignment by my boss to use
> this database and the data it holds to create a search page for
> employees to then have their generic information and data displayed.
> The images by default get stored in the database and when I was talking
> about storing them elsewhere was told it is not an option. Thanks for
> the response though, I guess I will just keep plugging away.
> Thanks,
> Ben
>
> David Berry wrote:
>> See
>> http://databases.aspfaq.com/database...ilesystem.html
>> for more information about why it's not a good idea to store information in
>> a database this way.
>>
>> You're better off putting the images in a folder on your site and then
>> creating a field in your database that just holds the path to the image and
>> then build the <img> tag using the path results from the database. Ex: <img
>> src = "<%=rs("IMAGEPATH")%>
>>
>>
>>
>> <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I appreciate the quick reply however I have a SQL Database. I was
>> > browsing through this group and saw where it is recommended to not
>> > access the images through this method but it appears to be my only
>> > option as far as I know. I hope this updated information will help
>> > lead me to a proper solution.
>> > Thanks,
>> > Ben
>> >
>> >
>> > Kathleen Anderson [MVP - FrontPage] wrote:
>> >> How to display a picture by using an Access database in FrontPage 2000
>> >> http://support.microsoft.com/kb/216285
>> >>
>> >> --
>> >>
>> >> ~ Kathleen Anderson
>> >> Microsoft MVP - FrontPage
>> >> Spider Web Woman Designs
>> >> web: http://www.spiderwebwoman.com/resources/
>> >>
>> >>
>> >> <(E-Mail Removed)> wrote in message
>> >> news:(E-Mail Removed)...
>> >> > Good morning everyone. I am creating a page using Front Page 2000 that
>> >> > has a search form and then based on what is searched displays employee
>> >> > information. One of the fields I'm trying to display is an image. I
>> >> > get everything to return properly except the image field it shows up as
>> >> > [#BINARY#]. Can anyone give me some advice on what I need to do to get
>> >> > this to display right? Or point me in the direction of a website that
>> >> > could help me out? If this is too vague please let me know and I can
>> >> > clarify. Thanks in advance for any advice.
>> >> > Ben
>> >> >
>> >

>



 
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 can I view images on Front Page again? All I see is Red X wuakeen Microsoft Frontpage 5 17th Aug 2008 09:27 AM
Front Page Images =?Utf-8?B?Q3JlYXRpdmUgTGl0dGxlIFN1cmZlciBHaXJs?= Microsoft Frontpage 7 14th Aug 2007 09:11 AM
Front page images =?Utf-8?B?S2F0YWxpbmE=?= Microsoft Frontpage 4 16th Mar 2005 12:27 AM
Text and images in Front Page =?Utf-8?B?RWxsaWUgRA==?= Microsoft Frontpage 2 10th Feb 2005 07:12 PM
front page images Blair King Microsoft Frontpage 5 23rd Apr 2004 05:13 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:07 AM.