Can wso2 data service return affected rows after S

2019-07-16 04:46发布

I have used WSO2 Data service to connect to DB for while. All are perfect except that I still couldn't get the affected rows after a SQL update script.

I've go through the wizard and try again and again, and found no solution.

Is there anyone know how to get it?

Thanks any kindly reply in advance.

标签: wso2 wso2dss
1条回答
太酷不给撩
2楼-- · 2019-07-16 05:37

I'm afraid, there isn't a way to get the updated row count directly, but a possibly work-around would be to wrap your update statements in a stored procedure, and from the stored procedure return the row count as the result, maybe as an OUT parameter.

Cheers, Anjana.

查看更多
登录 后发表回答