Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO NET IN vfp?
Message
From
12/02/2002 07:01:45
 
 
To
12/02/2002 06:51:21
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00618739
Message ID:
00618744
Views:
10
>Hi!
>
>I would like to try to use DataSets in VFP.
>So I tried:
>
>oDS=CREATEOBJECT("System.Data.DataSet")
>
>But it of course did not work.
>
>I read that you need the samples instaled hich I have and that you need
>to run RegAsm.exe on the asssemblies.
>
>To this end I have a couple questions..
>
>1) What do I run in regasm.exe?
>2) What would be the procedure to send this out with my application?
>3) Anyone else currently using ADO.NET with COM in VFP 7.0?
>4) If so any pitfalls I should avoid? Is it something worth being done?
>
>I want to use it for a new XML integration project and because I can
>disconnect the application easily so it sounds what I need?
>
>5) In VB.NET can I make any component that I can use in VFP besides
>the webservice. I tried the Windows Control but it couldn't load in VFP. Do I need to run regasm.exe on it?
>
>Thanks!


VFP = COM
ADO.Net = .Net Framework

Two different beasts.
You can't use .Net Framework classes directly in a COM application. You could create a .Net assembly (DLL) that uses ADO.Net, then reference that assembly in your VFP application.
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform