Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

:old and :new

Status
Not open for further replies.

PatrickB101

Programmer
Oct 4, 2001
22
0
0
US
is :eek:ld and :new just database triggers? if not may i see an example of how the code would look in a when button pressed trigger.. thanks
 
In Forms this will probably refers to a column in your block, meaning your column is referenced as :column_name, instead of :blockname.column_name, which is more readable.

In SQL*Plus, this can be also a variable referring to the keyword 'OLD' and 'NEW' in creating database triggers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top