[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
- Subject: Re: [sqr-users] Execute PL/SQL procedure in Oracle
- From: Jim Wyant <wyantj@yahoo.com>
- Date: Wed, 19 Jan 2005 08:18:23 -0800 (PST)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- Delivery-date: Wed, 19 Jan 2005 11:19:54 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;b=FSMWjikhFCprA4d+5MHZ7LMNoU6TYqK+3Yv8UogUuFiXrxe0xySYGgeS1qFpcKA45xzE26MmlxvaYH2rXV3gGWa8pVB2tvhqVcfPl2yCsTZnFmi0vqaxlJo9sv0rbjVhchmyej+1ZL47/EyR4EUTIIg/qdmuF9E7ltLk0ez0nBs=;
- In-reply-to: <200501191553.ATI02891@mail1.rou.st.com>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
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