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
2009-10-22 03:00:56
could u explain a little about BLOB column type
arun
2009-10-22 03:07:50
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
2009-10-22 05:49:55