
303
Chapter 9
Database Application
Development
Objectives
◾ Create forms
◾ Design user interfaces
9.1 Introduction
Once an SQL database is made available on Windows Azure, it is time to develop database
applications. rough these applications, users can interact with the database to perform tasks
such as importing and exporting data, enforcing constraints and security, and implementing
business logic.
To assist users in dealing with the data stored in databases, various database applications are
created. Forms are used to enter, display, and update data stored in a database. Reports are used
to present information. Data stored in a database can a ...