Click here to Skip to main content
15,905,967 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I Want to retrieve a Video, Audio, Image and text files from a sql server 2005 database???

is it possible??? ans me asap.......
Posted
Updated 1-Feb-12 0:15am
v2
Comments
Rajesh Anuhya 1-Feb-12 6:15am    
Repost.

Well the one way I tend to do this is to save the files file path into the db as normal text data type and then in the code behind use a open file dialog and retrieve the file path and open the file like that
 
Share this answer
 
Please don't post the same question again. It was answered here[^] already.
 
Share this answer
 
Comments
Gopinath1005 1-Feb-12 6:22am    
i wanna to retrieve the audio,video,image and text files from database...
its possible for me...

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