Submit and vote on feature ideas.

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.

Parameterization in DB tool

Options
LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in SOAtest
Parameterization in DB tool
How to get the SQL Query in DB tool parameterized by a nested element of XML Data bank.
I used the following query but got SQL error
Select * from where = $[long]
where long is the nested element of OrderId which is the element in XML Data bank
Tagged:

Comments

  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    Options
    curious,

    You want to make sure to use the column name that is defined in the XML Data Bank. Typically these are in the form of: Test 1: x

    Yours might be something like $[Test 1: long]

    If you click on the XML Data Bank and take a look at the list of Selected XPaths on the right, you'll see a column for "DataSource column names". Find the value you're interested in in this list, and make sure you are using the correct column name.

    -Mike
  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    Options
    Yes ,It was the case .Now the problem is solved.It was the problem.

Tagged