Re: Oracle form builder automatic increment while inserting new row
From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Wed, 31 May 2006 10:01:18 -0400
Message-ID: <4LCdnRVaKu8vPODZnZ2dnUVZ_tednZ2d_at_comcast.com>
Date: Wed, 31 May 2006 10:01:18 -0400
Message-ID: <4LCdnRVaKu8vPODZnZ2dnUVZ_tednZ2d_at_comcast.com>
[Quoted] "Cris Carampa" <cris119_at_operamail.com> wrote in message news:447d8c2e$0$1008$5fc30a8_at_news.tiscali.it... ukiEMAIL_at_gmail.com wrote:
> In which menu I will find Oracle SEQUENCE object, and is it available
> in 6i version??
In 9i you just have to write ":sequence.<sequence-name>.nextval" in the "Initial Value" property of the item.
In 6i... I don't know.
Kind regards,
-- Cris Carampa (spamto:cris119_at_operamail.com) potevo chiedere come si chiama il vostro cane il mio è un po' di tempo che si chiama Libero addtionally, the SEQUENCE object needs to be created in the database (it's a database object, like tables and views, not a client-side object, like blocks and items) ++ mcsReceived on Wed May 31 2006 - 16:01:18 CEST