[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SOLVED: Problem calling an Oracle stored procedure from SQR
- Subject: Re: SOLVED: Problem calling an Oracle stored procedure from SQR
- From: Christopher Wanko <WankoC@WYETH.COM>
- Date: Fri, 10 May 2002 09:31:42 -0400
>>>
MANY thanks to Peter Alan Burton of BRIO, who provided the following
solution. This did the trick nicely!
>>>
If you're already using a stored proc to help generate workorders, why not
write the entire workorder gen in a stored proc? It'll be much faster than an
SQR program over ODBC (or even native Oracle connectivity) and you have the
power of PL/SQL at your disposal. You could then just kick off the stored proc
with an SQR program if necessary.
-Chris