Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Storing and Retrieving PDF files

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-06-13 : 08:31:14
Sameer writes "Hi,
I want to store and retrieve pdf files from a SQL Server database. I am making a .NET aplication and i have to upload files of different formats into a databse and have to retrieve files on a link.
I would be thankful, if you can help me as soon as possible to do the same."

Thrasymachus
Constraint Violating Yak Guru

483 Posts

Posted - 2005-06-13 : 13:16:36
I would store the filepath and the filename of the document in the database but not the file itself.

I have no idea how to do it .Net because I am still using ASP classic and I have been procrastinating learning C# because VB.net sucks so bad.

But in ASP 3, I use a third party tool called aspsmartupload to upload and download documents http://www.aspsmart.com/aspSmartUpload/.

Sean Roussy
Go to Top of Page
   

- Advertisement -