Scenario [message #502672] |
Fri, 08 April 2011 00:28 |
swapnil_naik
Messages: 269 Registered: December 2009 Location: Mumbai
|
Senior Member |
|
|
Hi friend and all experts,
i know in which scenario we use POST command....i knw that POST write data to database but it doesnot perform database COMMIT...
So can u gv me a one practical scenario where i use POST command...
|
|
|
Re: Scenario [message #502681 is a reply to message #502672] |
Fri, 08 April 2011 01:43 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Obvious one is a multi-record block - if you post each record as it is entered then you can use cursors in the validate triggers to check the user isn't entering the same data twice and violating a primary/unique key.
|
|
|