Monday, June 15, 2009

[SYS] Best Practise - To Update a Record Value in Setup Form

Read a documentation, it mentions the best practise to update a record value during Oracle setup (at form level).

Instead of bulk query and update 1 record, query the specific record, update it.

You know why? This is to prevent potential bug on the form that will update all records even you update 1 (what a "valid" reason).

0 comments: