Click here to Skip to main content
15,904,503 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
And how to insert audio/video files of most of the formats in my c# application.
Posted
Updated 23-Aug-13 6:15am
v2
Comments
BillWoodruff 23-Aug-13 21:51pm    
I'd say it all depends on what your application is, and the extent you have estimates of which audio/video/image content is likely to be used frequently, or repeatedly.
Poorni_Cbe 24-Aug-13 6:47am    
I want to create a smart device app in c# for storing mp3 files.so Which db can I prefer?
And how to insert them in my coding?

1 solution

None, that's what file systems are for. Use the database to store the location of the file in the file system, will keep your database fast, lean, and allow for better backups and data integrity.
 
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