Click to See Complete Forum and Search --> : How to add a BLOB Column in a table?


srinath_b
January 29th, 2005, 02:12 AM
I want to create a Column to store the details of a file in the datatbase. I am thinking of using BLOB Datatype for the column. I am unable to find a datatype corresponding to that in the Enterprise Manager. Will Using nText as the datatype help?

Krzemo
January 31st, 2005, 04:43 AM
U can use TEXT/NTEXT for large text and IMAGE for binary data.


Best regards,
Krzemo.