Database Outbound reply message DRIVERCTL

Sometimes, a stored procedure name or output parameter name includes a period (.) in the stored procedure invocation. The DRIVERCTL of the reply message is normalized to a valid keyed list. In these situations, the period (.) in the keys and sub-keys is replaced with a caret (^).

For example, if the stored procedure invocation in NetConfig is:

{?=call dbo.sp_dbp_in2out2(Table_sanity.strFLD, Table_sanity.intFLD, 
test.output1 OUT, test.output2 OUT)}; 

The DRIVERCTL of the reply message is:

msgDriverControl::{dbo^sp_dbp_in2out2 {{_CLUPDATECOUNT_ -1} {_CLRSCOUNT_ 1} {_CLRC_ 0} 
{test^output1 value1} {test^output2 value2}}}