I did it in ASP 1.0 with the datareader but in 2.0 the data reader appears to be gone, so how do i retrive a pdf out of the sql db and show it in a blank web page,
tia
jtr
You may need SqlDataReader:
http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqldatareader(d=ide).aspx
Or try the sample code in this article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;326502
|||I had used the datereader before but I don't see it in the asp.net tool kit.|||import system.data
import system.data.sqlclient
You now should have sqldatareader.
|||thanks and do and worked
No comments:
Post a Comment