×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
You have to have a cursor to return a result set from a stored procedure, so
sql SP doesn't sound like a good choice.
I've never done this in an HLL, but it might be possible.
Here's a link to one of Scott's articles demonstrating BLOB field
declaration within RPG:
http://systeminetwork.com/article/rpg-vs-blob
And here's a link to documentation for SET RESULT SETS ARRAY
yourLocalStructure FOR 1 ROWS type statement:
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/db2/rbafzmsthset
rs.htm
I think it's worth a test, if it compiles :)
Elvis
Celebrating 11-Years of SQL Performance Excellence on IBM i, i5/OS and
OS/400
www.centerfieldtechnology.com
-----Original Message-----
Subject: Return BLOB from Stored Procedure
All,
I've got a .PDF file in the IFS I want to return as a BLOB column in a
result set from a stored procedure.
Stored procedure can be written in SQL or RPG, it doesn't matter.
(Thus the cross post, sorry David :)
The stored procedure will return just a single row.
Can I do this directly without loading the BLOB column into a temporary
table?
Links and/or examples appreciated.
Thanks!
Charles
As an Amazon Associate we earn from qualifying purchases.