
August 15th, 2000, 04:33 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
putting a link to SQL server files on the browser
<i><b>Originally posted by : arnold</b></i><br />Hi,<br /><br />I have a web application in ASP that uploads files to the SQL server database and then displays them on the browser.Now I wanna have a situation where a user could just click on the name of the file displayed on the browser and this file is opened up. I have tried using<br /><a href ="<%=RS("field name")%>"> </a> <br />but it does not display anything<br /><br />any ideas ??<br />
|