Chapter 6: Using DataWindow Objects

A DataWindow is an object that you use to retrieve, present, and manipulate data from a relational database or other data source. DataWindow objects have knowledge about the data they are retrieving. You can specify display formats, presentation styles, and other data properties so that users can make the most meaningful use of the data.

Web Application Development allows you to create new DataWindow objects and associate them with a Web page.

This chapter describes how to create a DataWindow object, how to implement DataWindow objects in a Web page, and how to test the Web page by running it on a server.