Forum Discussion
omatzura
18 years agoSuper Contributor
Hi Ali,
The properties should be a list of properties that will be mapped to the values in each row returned by the stored procedure. The SQL should be in the following format:
{call procedure_name[(?, ?, ...)]}
so for example
{call sp_getorders( '${Properties#customerId}' )}
would call the sp_getorders stored procedure with the customerId property as its only argument..
Hope this helps!
regards,
/Ole
eviware.com
The properties should be a list of properties that will be mapped to the values in each row returned by the stored procedure. The SQL should be in the following format:
{call procedure_name[(?, ?, ...)]}
so for example
{call sp_getorders( '${Properties#customerId}' )}
would call the sp_getorders stored procedure with the customerId property as its only argument..
Hope this helps!
regards,
/Ole
eviware.com