displaying text data of SQL in ASP

admin

Administrator
Staff member
hi everybody,
I need to display the contents of file in the web page, I am using ASP.
The file contents are stored in the SQL 7.0
database in a column of type text data, that stores 2GB data.
I am able to get the length of the contents of the file by using

response.write len(rs.fields("fileContents"))
say I get 556 as the length

now if i write
response.write rs.fields("filecontents")
nothing is displayed.
can anybody help in this.

thanks
madhusudhan.K
 
Back
Top