Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO NET IN vfp?
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00618739
Message ID:
00618949
Views:
13
>Or do I have to make a new windows component in VB.NET as a wrapper?

Yes, its called a COM Callable Wrapper (CCW).

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcomwrappers.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconexposingnetframeworkcomponentstocom.asp

Most new development will be in the reverse direction, calling COM objects from .NET, so you might not see too many examples of this.

You might want to consider Web Services. Rick has a good article that show how to return a DataSet from a Web Serviice.

http://www.west-wind.com/presentations/dotnetwebservices/DotNetWebServices.asp

-Dave
Previous
Reply
Map
View

Click here to load this message in the networking platform