
ADO ConnectionComplete event
The ConnectionComplete event gives me three parameters:
STDMETHOD(ConnectComplete)(
ADOError * pError,
EventStatusEnum * adStatus,
_ADOConnection * pConnection)
Why is the pConnection parameter always NULL? Even if adStatus == adStatusOK and the Connection.Open was sucessful!
I appreaciate any sharing of your event experiences.
Roland
PS: I'm using VC 6, ADO 2.1 and SQL Server 7.0.