Hi I'm having a problem. My HDX from MSSQL2000 Works 100% but I want to return Muliple values in a Coloum.
At this Stage My default Send and Recieve are as follows
ASSIGN CLID TO SymphonyCLI
ASSIGN "sp_clid_to_agent1" TO SymphonySP
SEND REQUEST SymphonyProviderID
SymphonyServiceName,
SymphonySP,
SymphonyCLI,
GET RESPONSE SymphonyProviderID
SymphonyABAgentID
My Response is 1 value named 'SymphonyABAgentID' but I would like to retrieve mulipule value like the following
ASSIGN CLID TO SymphonyCLI
ASSIGN "sp_clid_to_agent1" TO SymphonySP
SEND REQUEST SymphonyProviderID
SymphonyServiceName,
SymphonySP,
SymphonyCLI,
GET RESPONSE SymphonyProviderID
SymphonyABAgentID
SymphonyABGroupID
Have anybody outhere done somthing like this before, is it posible or not?
Thanks
At this Stage My default Send and Recieve are as follows
ASSIGN CLID TO SymphonyCLI
ASSIGN "sp_clid_to_agent1" TO SymphonySP
SEND REQUEST SymphonyProviderID
SymphonyServiceName,
SymphonySP,
SymphonyCLI,
GET RESPONSE SymphonyProviderID
SymphonyABAgentID
My Response is 1 value named 'SymphonyABAgentID' but I would like to retrieve mulipule value like the following
ASSIGN CLID TO SymphonyCLI
ASSIGN "sp_clid_to_agent1" TO SymphonySP
SEND REQUEST SymphonyProviderID
SymphonyServiceName,
SymphonySP,
SymphonyCLI,
GET RESPONSE SymphonyProviderID
SymphonyABAgentID
SymphonyABGroupID
Have anybody outhere done somthing like this before, is it posible or not?
Thanks