Subject | UPDATE a blob column. |
---|---|
Author | Diego Barros |
Post date | 2005-03-22T11:19:25Z |
I have a table with two blob columns and was wondering how I can go
about clearing the blob column's contents?
When trying: UPDATE MyTable SET blob1 = null, blob2 = null
I get the error: Overflow occurred during data type conversion.
conversion error from string "BLOB"
Cheers,
Diego
about clearing the blob column's contents?
When trying: UPDATE MyTable SET blob1 = null, blob2 = null
I get the error: Overflow occurred during data type conversion.
conversion error from string "BLOB"
Cheers,
Diego