Hi gurus.

There are a reported error with ADO:

http://support.microsoft.com/kb/2517589/en-us

Method 2 to become a solution is:

Method 2
You can change your application so that it uses late binding. For example, you would call the ADO APIs through the IDispatch interface in C++.
But I not familiarize with IDispatch and COM.

I don’t know how to obtain IDispatch * from de ADO elements: _ConnectionPrt, _RecordsetPtr ...

Anyone can help me?

Thanks in advance!