IngWebGen: Ingres Web Generator

Demo Version Rel. 1.0


1. Description

IngWebGen enables you to generate HTML and CGI scripts to query and display data from INGRES tables or views. You select a table or view from a database and IngWebGen will display all the fields with attributes like: Fieldname, Fieldtext, Fieldtype and Fieldlength.
By changing Fieldtext and/or Fieldlength you are selecting fields, you are modifying the column header of a field and you are specifying the length of the display of a field.
Three scripts are generated:

  • HTML form search method 1: allows you to search for the first n characters of a field
  • HTML form search method 2: allows you to search any selected field using the operators: LIKE, equal first n characters, equal (=), not equal (<>), greater than (>), greater or equal (>=), smaller than (<), smaller or equal (<=).
  • CGI script: allows you to display the data as SimpleFields, TableField and HTML Table

The features of IngWebGen Rel. 1.0 include: