Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: JAVA Developer
On 01/09/2007 08:53:27 AM, oracle-l-bounce_at_freelists.org wrote:
> so the so called prepared statement is treated as just another unprepared statement. The code really should be as follows :
>
>
> begin
> if statement in not yet prepared then
> parse statement
> end if
>
> bind variables
> execute statement
> process results
> end
>
Actually, the code should be as follows:
Of course, a Perl script solving the problem could have been created in an hour or two, but where is fun in that?
-- Mladen Gogala http://www.mladen-gogala.com -- http://www.freelists.org/webpage/oracle-lReceived on Tue Jan 09 2007 - 08:11:24 CST