Forum Discussion
vikash
14 years agoNew Contributor
steps to call stored procedure from JDBC step:
{call storedProcname( 'parameter' )}
{call storedProcname( '${Properties#customerId}' )} => if u would like to pass in a property value as a parameter
check the box which says select if this is a stored procedure
{call storedProcname( 'parameter' )}
{call storedProcname( '${Properties#customerId}' )} => if u would like to pass in a property value as a parameter
check the box which says select if this is a stored procedure