VoiceGuide IVR Software Main Page
Jump to content

How To Return A Record Set From A Vbscript

Recommended Posts

From a VBScript we need to Query a Database that will return a record set (several rows), Is there any way to access this record set from the VG Script in the same way as it is done in the Query command by using RV's?

Share this post


Link to post

You would need to load the returned data values into RVs to make them available by other modules in the VoiceGuide script. Please see:

http://www.voiceguide.com/vghelp/source/ht...vset_rvlist.htm

http://www.voiceguide.com/vghelp/source/html/com_rvset.htm

 

or just set the RVs as part of the Run_ResultReturn or Script_Goto/etc function.

 

http://www.voiceguide.com/vghelp/source/ht...esultreturn.htm

http://www.voiceguide.com/vghelp/source/ht...script_goto.htm

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
×