I front Page capaiable of reading a jpg file. I have a created a asp page in
front page that will pull data from a external SQL database Picture Name
Description and Picture(its the actual jpg file stored in SQL)

The ASP page runs fine I get Name Description but under Picture I get
#Binary# no Image display I need the actual image to be inserted

Thanks

Re: Getting a a Binary Error by Steve

Steve
Wed Jan 26 13:28:09 CST 2005

Don't store the image in sql, store a "link to the image" in sql and have the image in an outside
location.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Jim Warren" <jwarrenatl25@comcast.net> wrote in message
news:eBTNZo9AFHA.2016@TK2MSFTNGP15.phx.gbl...
> I front Page capaiable of reading a jpg file. I have a created a asp page in
> front page that will pull data from a external SQL database Picture Name
> Description and Picture(its the actual jpg file stored in SQL)
>
> The ASP page runs fine I get Name Description but under Picture I get
> #Binary# no Image display I need the actual image to be inserted
>
> Thanks
>
>



Re: Getting a a Binary Error by Stefan

Stefan
Thu Jan 27 03:19:38 CST 2005

Although the general recommendation is to not store an image in a SQL DB, it can be done
Take a look at http://support.microsoft.com/default.aspx/kb/173308

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Jim Warren" <jwarrenatl25@comcast.net> wrote in message news:eBTNZo9AFHA.2016@TK2MSFTNGP15.phx.gbl...
| I front Page capaiable of reading a jpg file. I have a created a asp page in
| front page that will pull data from a external SQL database Picture Name
| Description and Picture(its the actual jpg file stored in SQL)
|
| The ASP page runs fine I get Name Description but under Picture I get
| #Binary# no Image display I need the actual image to be inserted
|
| Thanks
|
|