| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | November 1 2006 5:16pm |
| Subject: | Re: How to call a stored procedure with parameters | ||
| View as plain text | |||
Urscheler, Roger (COM Chantry CA) wrote: > > 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.
| Thread | ||
|---|---|---|
| • How to call a stored procedure with parameters | COM Chantry CA) | 1 Nov |
| • Re: How to call a stored procedure with parameters | Warren Young | 1 Nov |
