Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHello,
Currently the only way to do this is to use Groovy test step instead of JDBC test step.
You need to manually create connection to the database, execute statement
and do something with the results. For more info how to connect to the database
and execute callable statement with output parameters from java check the
following links:
http://support.microsoft.com/kb/313100
http://msdn.microsoft.com/en-us/library/ms378108.aspx
Hope this helps.
regrads!
Predrag
SmartBear
Currently the only way to do this is to use Groovy test step instead of JDBC test step.
You need to manually create connection to the database, execute statement
and do something with the results. For more info how to connect to the database
and execute callable statement with output parameters from java check the
following links:
http://support.microsoft.com/kb/313100
http://msdn.microsoft.com/en-us/library/ms378108.aspx
Hope this helps.
regrads!
Predrag
SmartBear