Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing VFP tables
Message
From
14/01/2005 18:57:25
 
 
To
14/01/2005 18:28:33
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
00977398
Message ID:
00977400
Views:
19
Michel,

>In order to access a VFP table, by the use of the OleDbDataAdapter, is the only way to install the VFP Ole DB provider on the PC? I am looking for a way to avoid having to install that provider. Is there such possibility?

You can, of course, create a VFP COM server that can return results as XML that can be read into a dataset... but then, of course, if the data is local to the machine, you have to install the COM Server on the client and performance would probably be worse than through OLE-DB.

However, if the data is on a server and not on the local computer, and if the datasets returned are small, you might find the COM Server on the server (or a Web Service) an acceptable solution.
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform