Subject | Re: BLOB NOT FOUND error |
---|---|
Author | Stephen Boyd |
Post date | 2008-10-28T15:06:27Z |
Found a solution. I changed the stored procedure to return a VARCHAR
rather than a blob and used the SUBSTRING to cast the BLOB to a VARCHAR.
rather than a blob and used the SUBSTRING to cast the BLOB to a VARCHAR.