Hi all
I currently have an app which utilises RDC to connect to a sql server database, works really well and now I have to make a change and be able to retrieve a pdf which is currently stored in a sql server table as a type varbinary(max) , this table is also access by an asp.net app to view and store files.
I would appreciate some guidance as to how the best way to proceed, I have searched the forums and seen several methods discussed .. essentially all I have to do is query the database and display the returned pdf, ( which average around 250k in size)
any wisdom from the experts on this forum would be much appreciated
Duncan
I currently have an app which utilises RDC to connect to a sql server database, works really well and now I have to make a change and be able to retrieve a pdf which is currently stored in a sql server table as a type varbinary(max) , this table is also access by an asp.net app to view and store files.
I would appreciate some guidance as to how the best way to proceed, I have searched the forums and seen several methods discussed .. essentially all I have to do is query the database and display the returned pdf, ( which average around 250k in size)
any wisdom from the experts on this forum would be much appreciated
Duncan