Pages

Monday, December 20, 2010

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

Read a documentation, it mentioned 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.

No comments:

Post a Comment