Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO.Net DAL classes for DBF table access?
Message
De
19/05/2010 17:44:54
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
ADO.Net DAL classes for DBF table access?
Versions des environnements
Database:
Visual FoxPro
Divers
Thread ID:
01465178
Message ID:
01465178
Vues:
107
I have a friend who is wanting to access DBF tables in a .Net app. These are free DBF tables (not in a dbc).
Do anyone have a nice little DAL wrapper for .Net ADO to access DBF tables?

We're basically wanting all the features of West Wind's wwBusiness classes, (.Load(), .Save(), and the wwItemsList class too) but in a .Net flavor.


I know we can write all this out in ADO code, and have done so, but I'm just wondering if there are other code samples we could see, study, use.


Anyone done this that they can share?

Would used like this:

BusObject Customer = Factory.GetCustomerObject();

Customer.Load(1234);

DataTable OpenOrders = Customer.GetOpenOrders();

// stuff like this



Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform