PDF from Sql to Web

A

Aleks

I think you should have the link in the database and the pdf document in a
folder in your web server.

Aleks
 
D

Drew

I agree with Aleks, having the PDF files in the DB just slow it down
overall... just store the path to the file and then use that. You will
still need to use ASP or .NET to do this.

HTH,
Drew
 
V

vichet

Dear All;

I want to get pdf file that i store in sql server or access table to display
on web (as we link directly to path of file). How to do it?

thank all
vichet
 
Top