Click here to Skip to main content
15,885,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi again i want to save a voice in data base under c# what is the data type that i must use it and how i can retrieve this data ,any advice that help me to eliminate errors like "path"errors.
Posted

1 solution

You can create a stream for the audio file you have and then save it in a varbinary column. When you retrieve the data back, you can convert it back to a file and play it in appropriate player.
 
Share this answer
 
Comments
esraaabu 12-Mar-12 9:53am    
thanks a lot!
Shahin Khorshidnia 12-Mar-12 10:11am    
Don't you want to vote the answer?
dan!sh 12-Mar-12 10:12am    
You're welcome.

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