On Thursday, 2 February 2017 at 05:33:57 UTC, FrankLike wrote:
For example, I want to do the execution of stored procedure for MSSql、MySQL database. I found in Mysql-d, Mysql-Native, arsd, DDBC, etc. there is no result.
db.query("CALL my_procedure(args...)");
Should work with any libraries. Stored procedure calls are just
another sql string.
