What type of database would be good to hold mp3 files
I'm doing a project that requires me to manipulate pieces of music. What type of dat开发者_开发技巧abase would be good for me to hold the songs.
Thanks
I've decide to use Rahul's method. For more context, I store the files in amazon s3.
You could use Sql Server and FILESTREAMing. It's made for this kind of thing.
精彩评论