Urscheler, Roger (COM Chantry CA) wrote:
Quote:
Does anybody have an example of how to call a stored procedure using mysql++
with IN/OUT parameters? |
MySQL++ doesn't have any special support for that. You'd just build a
query using any of the standard mechanisms, and execute it.
Fundamentally, it's no different than the way you'd do it with the C
API. See the examples if you need code for this.
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw