Think-Design-Write Test-Code
5 Days
- Description
Big Green Nursery has a large number of plants that they sell. Because of this they want to have the information regarding each plant type stored in a SQLite database that is included in the application. This way the startup time of the application will be reduced since the visual structures and the raw data will not be loaded until the user requests information. Your boss assigns you to create a database to hold the information and code to access the information in the database.
- Deliverables
- working code linking the display and control object code you wrote in cases 5 and 6 with the database using the DataAccessObject from the QC framework.
- a completed, working, application.
- a proposal for developing your own application to be delivered before the end of the semester.
- Resources
- The NativeDBAccess example application
- The DataAccessObject API
- The QueryResult API
- A partial list of SQLite tools