Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-09-26 : 07:57:50
|
| Steven writes "I have a website that displays images stored in SQL Server 2000 in an image field. I'm using ASP to display the images. The images appear on the web page but not all the time. It only displays the images intermittently. I know that you don't support ASP pages but I was wondering if you've heard of this problem before. I'm not sure if it's with SQL Server or the ASP page. It doesn't get an x image either it's as if the img src tag is missing from the code????" |
|
|
Stoad
Freaky Yak Linguist
1983 Posts |
Posted - 2003-09-26 : 08:18:22
|
| Do you use Response.BinaryWrite or do you save these images to files? |
 |
|
|
|
|
|