Click here to Skip to main content
16,004,406 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I stored and retrieved Image in/from SQL Server using C#. But I do not know whether it is possible to store and Retrieve video and audio data. If not possible, then is there any other way to do the same work? Please help me.
Posted

1 solution

It's possible but not a good idea. It's better to keep that kind of content as files on the drive, not in the database. Keep the paths to these files in the database if they are related to some record in it.
 
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