I'm not a database person but, I have the following written in pervasive
CREATE PROCEDURE PROCOUT (OUT :outval INTEGER)
AS BEGIN
SELECT Student_ID INTO :outval FROM Enrolls WHERE Grade=1.0;
END
and I wanted to see what it does so, I did this
CREATE PROCEDURE pdate();
BEGIN
DECLARE :a...
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.