Hi gurus.
There are a reported error with ADO:
http://support.microsoft.com/kb/2517589/en-us
Method 2 to become a solution is:
But I not familiarize with IDispatch and COM.Quote:
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++.
I don’t know how to obtain IDispatch * from de ADO elements: _ConnectionPrt, _RecordsetPtr ...
Anyone can help me?
Thanks in advance!
