VoiceGuide IVR Software Main Page
Jump to content

Multiple Queries Return Issue

Recommended Posts

I am using this query to insert a new record and then select the newest record.

 

[updateOrders]

INSERT INTO PendingOrder (AddressKey) Values($RV[storeNumber_3_1]) SELECT MAX(PendingKey) FROM PendingOrder

 

 

I then want TTS to say $RV[updateOrders_1_1]

but it wont say anything. It is not saying anything.

Any Suggestions would be very much appreciated.

Share this post


Link to post

Could you please post a copy of VoiceGuide's Debug Printout which captures the call and the DB Query module being executed, this will allow us to see what happened.

 

When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call. You can enable the automatic saving of the logs to files in \log\ directory as well.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×