Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to store word based resume in sql server database?
Posted
Comments
Abhijit Parab 29-Sep-12 2:08am    
What you want to store path of the file or entire file in binary format?
16041984 29-Sep-12 2:39am    
entire CV into sqlserver database

1 solution

You store it in a BLOB column, see here : http://www.akadia.com/services/dotnet_read_write_blob.html[^]
 
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