views:

47

answers:

1

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

+1  A: 

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?

meder
could u explain a little about BLOB column type
arun
Though this article may be dated/deprecated or whatever, it would better than I can: http://www.databasejournal.com/features/mssql/article.php/3719221/Storing-Images-and-BLOB-files-in-SQL-Server.htm
meder