I\'m building what could be called the DAL for a new app. Unfortunately, network connectivity to the database is a real problem.
I\'d like to be able to temporarily
Use mock objects to create configurable, destructible versions of the real thing--in this case, the database.