ADO.NET DataSet to ADO RecordSet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an DLL developed in VB.NET which returns Dataset and DataSet with Relations. Through InterOp I am using that DLL in VB 6 and the Return Parameter for the DLL function showing as UNKNOWN ( Actually DataSet ).

Can any one help me how to assign DataSet returning from function to Record Set.

Thanks in advance
Sreekanth D
 
I wrote an article on this subject. See http://betav.com/msdn_magazine.htm
(Doing the Impossible (Again))

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

Sreekanth Doppalapudi said:
I have an DLL developed in VB.NET which returns Dataset and DataSet with
Relations. Through InterOp I am using that DLL in VB 6 and the Return
Parameter for the DLL function showing as UNKNOWN ( Actually DataSet ).
 
Back
Top