Try:
set result = $SYSTEM.SQL.Execute("CALL osuwmc_Utils_EnterpriseDirDb.InterfaceCheckConnectMedCtrID('$Get(MedCtrID)')")
set rs = result.%NextResult()
while rs.%Next(){
set Loc = rs.Get("OSUguestRoleDTL")
}Maybe you'll need to call %NextResult() twice.
- Log in to post comments
.png)