peti2005
6 years agoOccasional Contributor
CREATE TABLE does not work from JDBC test step
Hello SoapUI community
I have SQL Server DB.
When I execute the following JDBC test step it runs without any error:
drop table if exists ##GTA_PFile100_Precondition_Result;
create table ##GTA_...
- 6 years agoTry creating separate test steps for each statement.
Each statement you send may produce a result set, so when SoapUI gets a result from the first statement, it stores it as the result of the test step and stops.