I have installed IBM DB2 UDB Version 7.2 with Store Procedure Builder on Windows 2000. I created the following procedure.
CREATE PROCEDURE userproc ( )
RESULT SETS 1
LANGUAGE SQL
P1: BEGIN
DECLARE cursor1 CURSOR WITH RETURN FOR
select * from users;
OPEN cursor1;
END...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.