Search code examples
databasefileadditionmultimedia

adding multimedia files in a database


how to add multimedia files(such as images) in a database(SQL SERVER or ORACLE)


Solution

  • You would use a BLOB column type. Why can't you just store references to the paths of the media though, which is the most common?