[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

an intresting web service problem for help

lsa

1/7/2003 8:45:00 AM

I create a web service method returning a Dataset, and
invoke it in VC++.NET MFC application.

In the proxy class generated automatically, it is a
BSTR instead of a Dataset returned from the web service.

Now comes the problem about how to get the
table,column,or a row from the BSTR structure,which is
easy from Dataset.

Anyone knows?Please help me.Thanks in advance!!!

Lin Shaoan