Sample to pull data from Oracle proc into an html table

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Allan Lockridge

    Sample to pull data from Oracle proc into an html table

    I need to pull 4 resultsets from an Oracle stored proc and display the
    resulting data in four formatted tables, using alternating colors with
    totals tallying. Does anyone have a sample showing how to do this in
    java?
    I have my HTML page setup to accept the data and process the submit
    button, but getting the data back is proving troublesome.

    Thanks in advance, Allan Lockridge
Working...