Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO.Net DAL classes for DBF table access?
Message
From
19/05/2010 17:44:54
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
ADO.Net DAL classes for DBF table access?
Environment versions
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01465178
Message ID:
01465178
Views:
106
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



Next
Reply
Map
View

Click here to load this message in the networking platform