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

Home -> Community -> Usenet -> c.d.o.server -> Re: Dynamic SQL Problems

Re: Dynamic SQL Problems

From: OakRogbak_erPine_at_yahoo.com Kill the 2 trees in email address to reply <OakRogbak_erPine_at_yahoo.com>
Date: 8 Jul 2003 05:49:52 -0700
Message-ID: <13fdc9b4.0307080449.4de807b4@posting.google.com>


"Jim Kennedy" <kennedy-down_with_spammers_at_comcast.net> wrote in message news:<YuqOa.2347$sY2.2415_at_rwcrnsc51.ops.asp.att.net>...
> I don't know the answer but try changing the following line:
> from:
> DBMS_SQL.BIND_VARIABLE(v_Cursor, ':tempcount',tempcount,20);
> to:
> DBMS_SQL.BIND_VARIABLE(v_Cursor, 'tempcount',tempcount,20);
>
> see if that helps
> Jim
>

No, that doesn't seem to help.
-Roger Received on Tue Jul 08 2003 - 07:49:52 CDT

Original text of this message

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