Getting a a Binary Error

J

Jim Warren

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
 
S

Steve Easton

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
 
S

Stefan B Rusynko

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




| 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
|
|
 

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