Monday 4 February 2013

Difference between Delete() and Delete_from


Delete() will delete one record at a time.

Delete_from can delete multiple records at a time.

No comments:

Post a Comment