Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Middle tier
Message
From
16/01/2003 11:43:03
 
 
To
16/01/2003 05:35:12
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00742166
Message ID:
00742449
Views:
19
>I have read those threads, and I have one question.
>
>How to create data object? I didn't understand that.
>Is data objects simple non-visual class with properties with name of fields from tables?
>
>

A data object is simply a component that talks to the data store (VFP tables, SQL Server, etc). It contains all the actual SELECT, INSERT, UPDATE, and DELETE commands. My data component is a non-visual class (based on Session). Don't have properties for each field. That greatly limits the component. Instead, pass the data around using ADO or XML.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform