11.1 Summary
- Specific tasks are placed in their own classes:
- DbAccess is used for setting up and maintaining the connection between C# and the DBMS.
- Entity DAOs are entity-specific DAOs used to execute SQL statements for that entity.
- AbstractDao is used for attributes and methods shared by the entity DAOs.
- These classes go in the Data/Database folder.