Click here to Skip to main content
15,915,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to download uploaded file which path is stored in Ms Access Table?
Posted
Comments
Mehdi Gholam 24-Sep-11 5:25am    
Your question is vague, supply more information and the code you are using if you want help.

1 solution

Use Data Access (How Do I in C#)[^] to learn how to access the database.
Once to have retrieved the path use WebClient.DownloadFile Method [^] to download the file.
 
Share this answer
 

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