There are a couple of steps for this...
- You need to create a new Transaction object. So for example I created one and named it "nvo_trans_mysql".
- Then go to "Declare Local External Functions" area of the Transaction object and declare your stored procedures. This is how I did mine.
3. Now go to your application object. Click on the Properties. Then click on the additional properties. Then change the SQLCA entry to your new Transaction object.
4. Now to call the Stored Procedure in your code, do like shown below.