Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

DB tool output

Options
LegacyForum
LegacyForum Posts: 1,664 ✭✭
I'm slightly confused about how the DB Tool outputs the results of its query. Here is my situation:

On a page (html), I have a form with 5 different inputs (all are select tags). Below that is a table with a header row and then data populated into rows 1 - n by a sql query which has where clauses that are based on the form input. I have figured out that I can extract the form's selects' selected value and parametrize the query using the $[Extracted: <name>] syntax. The query runs like i expect it to (as seen in the "SQL Results" tab in WebKing).

But here is where I am confused. What do I do with the results from that query? How can I compare the values of the rows in the results table to the html table in my page?

Thanks for all your help



P.S. Please note that I am using WebKing (not SOAtest)