MySQL Connector/C++ 1.1 Developer Guide

7.3 Calling Stored Procedures with PreparedStatement Objects

This section shows how to call stored procedures using prepared statements. It is recommended that, before working through it, you first work through the previous tutorial Section 7.2, “Calling Stored Procedures with Statement Objects”. That section shows the stored procedures required by the applications in this section.