G
Guest
Hi
I have a legacy DLL, that has functions which accept and return type "Variant"
I want to use that DLL in .NET. I am able to use functions well that return variants but that return common data types like string, int etc
There is one function that has a return type variant, but actually returns a recordset
the return type of variant in .NET is treated as Syste.Object
I am unable to type cast the Object(actually a recordset) to dataset
Any ideas on this?
Thank
Prasad
I have a legacy DLL, that has functions which accept and return type "Variant"
I want to use that DLL in .NET. I am able to use functions well that return variants but that return common data types like string, int etc
There is one function that has a return type variant, but actually returns a recordset
the return type of variant in .NET is treated as Syste.Object
I am unable to type cast the Object(actually a recordset) to dataset
Any ideas on this?
Thank
Prasad