[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

How to use DataSet class in vc++.net MFC application?

lsa

1/3/2003 10:33:00 AM

Hello,everyone.
I create a web service in C# and return a DataSet type
to the client.
the client is used directly from vc++6.0 MFC application.
I can't use the namespace like the following:

using namespace System;
using namespace System::Data;
They can't be recognized as namespace or class,How
can I do?