Originally posted by lynn814
I was under the impression that we use CLOB. Could you explain as to why we use BLOB?
BLOB is for binary objects, CLOB is for ASCIIs. Now, is a Word file an ASCII file? No. So, BLOB is the answer.