Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello,
i want to retrive doc files intop web application to view the documnets
and it also to edit the documents and update the documents finalyy it has been stored into data base.
Posted

1 solution

I'll assume you are using SQL Server as you did not give any information about the database.

First learn how to store the document in the database. Do you want to store them in a filestore or as binary documents.

Then work out how to extract binary files from SQL Server. When you extract the document and write it to the local hard disk the user should probably edit the doc outside your web interface.

Then let the user upload the document to the database after editing.
 
Share this answer
 
Comments
Tech Code Freak 13-Feb-12 3:26am    
5up!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900