Disconnected Recordset
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have a problem with disconnected recordsets.I ahve a component.One if it's function will get all the Records in a Database.I am passing the Recordset pointer from the server to the Client.I am using disconnected recordsets for this. I can see that at the server side I am getting the Recordset pointer.But, I could not get this pointer on the client side. the function has the protoype STDMETHODIMP GetAllElements([out]IUnknown **ppRecordset); I could get the Recordset pointer at the server side, but could not pass it to client.I am using Client side cursor(adUseClient) and standard Marshaling. what could be the problem . Thanx in advance for the help. Regards, yamini