Guest Eblancoglc Report post Posted 08/14/2007 08:54 PM 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
SupportTeam Report post Posted 08/14/2007 11:12 PM 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