Database of practicality will be an important factor for development of D language in the future
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Thu Feb 2 04:50:02 PST 2017
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.
More information about the Digitalmars-d
mailing list