Can you extract JDBC Query Results (columns and values) and Save to Properties For Later Use?
Hey!
I'm waiting for DB access to try this out - but my available time is limited so I want to try and get a head start on my approach - hence the reason I'm asking rather than waiting until I get access and then trying it out.
Simple question - can I execute a JDBC step (e.g. select * from table) to retrieve all columns in a table and pass them into a Properties test step for later use?
Thanks guys - hope I've been clear!
rich
Using some sample Jdbc result and showing how to save the jdbc response into properties
Again, it is only useful if the jdbc returns single row as result and doesn't help if more than one row as column names are same which becomes property name and can't have duplicate or value will be overriden for each row if multiple.
Script below: