Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP and .NET Data Comparison
Message
De
27/12/2005 14:39:56
 
 
À
27/12/2005 14:35:14
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
01080965
Message ID:
01081077
Vues:
20
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform