[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: [sqr-users] Execute PL/SQL procedure in Oracle



Try, depending if you are calling a function or procedure.

begin-sql
        begin
        $x := xxxxx(tt)  ;;
        end;;
end-sql

or

begin-sql
        begin
           xxxxx(tt)  ;;
        end;;
end-sql



--- Philippe LAFFARGUE <philippe.laffargue@st.com> wrote:

> Hello,
> 
> I'd like to call a PL/SQL procedure from within my SQR program. I am
> connected to an Oracle database.
> 
> I tried :
>       begin-sql
>       Execute xxxxx(tt)
>       End-sql
> And also
>       Execute xxxxx(tt)
> Without success.
> 
> Any clue ?
> 
> Philippe 
> 
> 
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users