Archives: 2009 November 02
Using Saleforce DML statements or DML database methods?
November 2nd, 2009, No Comments
Salesforce allows you to perform database transactions (insert, update, delete, etc.) using either DML statments or DML database methods. While they perfrom roughly the same functionality (with a few exceptions), DML database methods provide a little more granular control when bulk processing exceptions occur.
The Salesforce documentation is good and extremely detailed but these two approaches [...]


