Deepak
16 years agoNew Contributor
Working with datasource teststep
Hi,
How can access data from the datasource resultset?
For Eg:
Lets say I am using JDBC data connection and I have a property by name EMP_NAME
When I run the following query.
SELECT EMP_NAME FROM EMPLOYEE;
the property EMP_NAME will hold all the EMP_NAME.
Now the question is how do I operate on this result set? Is this EMP_NAME an Array?
I tried accessing it as EMP_NAME[1], it didnt work.
Regards,
Deepak
How can access data from the datasource resultset?
For Eg:
Lets say I am using JDBC data connection and I have a property by name EMP_NAME
When I run the following query.
SELECT EMP_NAME FROM EMPLOYEE;
the property EMP_NAME will hold all the EMP_NAME.
Now the question is how do I operate on this result set? Is this EMP_NAME an Array?
I tried accessing it as EMP_NAME[1], it didnt work.
Regards,
Deepak