Re: Issue SELECT against Forms Data Block

From: Ian M. Meyers <meyersi_at_verinet.com>
Date: Fri, 14 Apr 2000 21:21:19 -0500
Message-ID: <38F7D21F.BC55973B_at_verinet.com>


In a single record block:

select :block.item_name
 into target_variable
from dual;

In a multi record block you must loop and check value.

ian

William wrote:

> My Question is can we Issue SELECT statement against Forms Data Block like
>
> select * from :<data_block_name>; ??
Received on Sat Apr 15 2000 - 04:21:19 CEST

Original text of this message