Re: Execute Immediate Not Working With WHERE CURRENT OF

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 22 Dec 2005 08:47:37 -0800
Message-ID: <1135270040.635360_at_jetspin.drizzle.com>


rhythmram_at_gmail.com wrote:
> Hi Bakker Thanks for your reply.
> What will be the code if i have the table name as dynamic like..
>
> for c1_rec in c1 loop
> ## some logic to get strTECH value ####
> update "DYNAMIC TABLE NAME" set subsec = strtech
> where current of c1;
> end loop;

[Quoted] "DYNAMIC TABLE NAME" ... bad construct.

Get someone that understands databases to help you with your design. What you have here is a disaster waiting to happen.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Thu Dec 22 2005 - 17:47:37 CET

Original text of this message