If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Calling MySQL Stored Procs from an Envox IVR

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-14-06, 13:49
bengolden bengolden is offline
Registered User
 
Join Date: Sep 2004
Posts: 10
Calling MySQL Stored Procs from an Envox IVR

I'm not sure how widely used Envox IVRs are so I'm not sure what kind of response I'll get...

Anyway, has anyone tried to call a MySQL Stored Proc from an Envox DBSQL block using output parameters, and got it to work?

Envox appears to just plug in the parameters as if they where literals, which works fine when it comes to input params but falls over with:
Code:
OUT or INOUT argument x for routine db.MyProc is not a variable
whenever an output param is used.

Let me know if you've done this successfully!!

Thanks,
Ben
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On