Default Report Writer Exercise
Objectives:
- To explore the facilities provided by the Preview Report utility.
- To produce output from the Library database in varying formats.
- To determine the limitations of Preview Reports.
- From the top level Ingres/Menu invoke the Reports utility.
- Using the Preview facility, run three reports on the borrower table
using the following options. In each case use the default destination.
Note and compare the appearance of each report.
- Tabular style
- Wrap style
- Tabular style
You can save each report using the File option.
and obtain printouts
that show each of the available styles.
Note that:
- tables with record length <80 characters will not demonstrate the Wrap
style
- the default style will change depending on
the Table width.
- Use the SQL command shown below to create a view (you will need to use the
Queries/SQL utility to run the command).
CREATE VIEW some_borrower_info AS
SELECT
bor_no AS Number,
bor_name AS Name,
bor_state AS Status
FROM borrower;
- Run a PREVIEW Report for your VIEW and produce printed output.
Continue with this trainer
This WWW material is copyright De Montfort
University and may only be reproduced or used if this copyright notice is
included.
This page is maintained by John Skelton. Comments or
suggestions for improving this material can be emailed to jas@dmu.ac.uk) and will be gratefully received.