Hello
I have a classic ADO command which execs a sproc and returns a RecordSet. This is being executed from a VB.NET using the PIA.
However when I .Execute the command, the result returned is not an ADODB.Recordset but a System.__ComObject.
Wonder if anyone has seen similar behaviour?