After reading through numerous documents on the use of UnityConnection.OdbcSdk tools, I've found how to use the IfxDataReader to run queries, or the command tool to execute stored procedures, but nothing that can capturing the results of executed stored procedure with any of the ifx nuget tool bundle. As an example, I hope to run the ( I think it may be a cisco stock procedure) 'sp_agent_chat_detail' procedure and then capture the results with a reader or fill an empty Data table with the results.
Does anyone have vb.net code samples using the ifxDataReader to capture results of an executed stored procedure?