Project Description:
I need a webpage to create a form like the form attached. This form will be printed only with the data retrieved from the database and will not need to be interactive.
It should retrieve a field called valve_num from the query string and should do two different selects from two different tables in an Oracle database. Database access can not be supplied. Assume every cell corresponds to a matching column name in the database (e.g. rating is rating)
The top half of the form should be retrieved from a table called Valve. Every row that is retrieved from Valve should generate a new form.
The bottom half of the form should be retrieved from a table called Valve_History with the oldest entry at the top. There should always be 14 lines showing. The first line of the bottom form is retrieved from Valve, then every record retrieved from Valve_history should populate a row in the bottom. (e.g. if 2 rows are retrieved from valve_history, 3 rows would be populated and 11 would be blank).
Valve_num is the field to query from for both valve and valve_history.
If no results are found from the database, the form should still be generated.
Time is of the essence, this should be started immediately.
It should compile against Java 1.3 and should require NO external classes/jars/software/etc, and should rely solely on the built in functionality of Java 1.3.
Additional Project Description:
10/28/2012 at 16:16 EDT
Please disregard the 7 day date, I will be awarding within a few hours, if interested in the project, please bid quickly.