Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and .NET Data Comparison
Message
From
27/12/2005 14:39:56
 
 
To
27/12/2005 14:35:14
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01080965
Message ID:
01081077
Views:
16
Walter,

Assumes you connect to a remote database through ODBC or OLE DB which will load data into ADO.NET

ADO.NET datasets/datatables don't necessarily assume a remote database for loading. You could have electronic scanning that dumps out XML data to be read into a dataset. (yes, the back-end DB is the most common way to describe ADO.NET, but it doesn't assume a connection. You can create ado.net datasets that never have anything to do with the back-end dB).

Yes, you can pass datasets around as they are objects. You can now also serialize them in a binary format when passing across application boundaries (provided both sides are running .NET apps).

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform