|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Images issue ?
Hi.
Have just installed mssql on my local computer for test purposes. Have a page where I store images url in a db table and displays images on the page based on URL ID. After upsizing from access to mssql it Wont work. The image is not displayed when page is tested using IIS. Here is my statement (recordset "profiler" based on url ID): <% if (profiler.Fields.Item("bilde").Value <>"") then %> (DISPLAY IMAGE BASED ON URL ID LIKE THIS ![]() <img src="<%=(profiler.Fields.Item("bilde").Value)%>"> <% else %> (a empty db row gives the text ![]() NO IMAGE. <% end if %> Is there a security option in mssql that prevents image from being displayed? I have also checked the MSSQL table after upsize, and the image URL is there. Suggestions? Bjorn. |
|
#2
|
||||
|
||||
|
does it say NO IMAGE, or does the URL of the image not link to the physical file anymore? if the url is comming through in the sql, there is no reason it shouldnt work the same way as in access
![]()
__________________
Look! Its a ShemZilla ![]() ![]()
|
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Images issue ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|