I'm using Pervasive Database v8.7 and I have the following stored
procedure that It doesn't work and goes into a endless loop.
Is it that this database doesn't support nested cursors?
thank you.
CREATE PROCEDURE populate_test() AS
BEGIN
DECLARE :v_parent CHAR(20);
DECLARE :v_part1 CHAR(20)...
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.