Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: OO4O preparing statements?

Re: OO4O preparing statements?

From: Jim Kennedy <kennedy-downwithspammersfamily_at_attbi.net>
Date: Tue, 20 Dec 2005 09:30:42 -0800
Message-ID: <7eqdnc6l78QFojXenZ2dnUVZ_sadnZ2d@comcast.com>

"Volker Hetzer" <volker.hetzer_at_ieee.org> wrote in message news:do9c6c$5fu$1_at_nntp.fujitsu-siemens.com...
> Hi!
> I'd like to prepare all my statements before I start collecting data.
> However, ExecuteSQL and CreateSLQ both run the statement as soon as they
> are called.
> Is there any way to create a statement without executing it?
>
>
> Lots of Greetings!
> Volker

I usually wrap them in a procedure and the first time they are called they run and thereafter I call the refresh method. Jim Received on Tue Dec 20 2005 - 11:30:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US