Forum Discussion

freedark's avatar
freedark
Occasional Contributor
16 years ago

Question Re: Datasource Data

I have a JDBC Datasource.  I would like to be able to determine how many rows were returned and then select a row specific row from within this set.  Is it possible to do this?  Is there anywhere where the methods/functions/properties of soapUI objects is exposed to look this information up?
  • Hello,

    Right now this is not possible, but soon. You could read one by rows with DataSourceLoop TestStep and inspect each row. But, when final soapUI 3.5 shows all rows in JDBC test step will be exposed as xml.

    robert