Hello all,
I've successfully added an Oracle stored procedure to my report. When I run the report it asks for values for the parameters etc. Lovely.
Here's an example to make things clearer (I hope)
CREATE PROCEDURE thing(id IN NUMBER
) as
name VARCHAR2
BEGIN
SELECT bg_name
INTO...
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.