i have a store procedure like this :
PROCEDURE PRC_ABCD_GETALL (resultset_out OUT TYPES.cursorType)
AS
BEGIN
OPEN resultset_out FOR SELECT * FROM ABCD;
END PRC_ABCD_GETALL
AS
BEGIN
OPEN resultset_out FOR SELECT * FROM ABCD;
END PRC_ABCD_GETALL
can anybody help me regarding this?
Sudipta SahaPosted Dec 29, 2017, 4:58 AM
Sagar Pandurang KapPosted Dec 29, 2017, 3:39 AM