Subject Re: BLOB NOT FOUND error
Author Stephen Boyd
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.