MySQL Forums
Forum List  »  Stored Procedures

Re: Stored Procedure returns BLOB
Posted by: C.A. Pelle
Date: September 10, 2012 01:48AM

Unfortunately not.
The BLOB AsString returns NULL, so it is empty. When I try to access the BLOB as a Stream, the Stream also contains NULL, size 0.
So, the size of 1 (of the BLOB) seems to be the "NULL"-Information.

Regards,
CaP.

P.S.: Maybe "BLOB" is something like a default-return-type and the retrieval of the actual value fails for some inobvious reason?



Edited 3 time(s). Last edit at 09/10/2012 02:14AM by C.A. Pelle.

Options: ReplyQuote


Subject
Views
Written By
Posted
3473
September 06, 2012 04:16AM
1043
September 07, 2012 08:45AM
Re: Stored Procedure returns BLOB
1872
September 10, 2012 01:48AM
1099
September 24, 2012 02:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.