Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO+
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
ADO+
Miscellaneous
Thread ID:
00390849
Message ID:
00390849
Views:
28
I snipped this from MSDN's description of ADO+.

[snip]

For example, consider the following line of code, using conventional (not strongly typed) programming:
<b>IF TotalCost > Table("Customer").Column("AvailableCredit") </b>
In this example, you are programming the ADO tables and columns.
With strongly typed programming, the same example is much easier:
<b>IF TotalCost > Customer.AvailableCredit </b>
[end snip]

Now, where have I seen code like that second example before?

M.
Marty Smith, CSQE
Next
Reply
Map
View

Click here to load this message in the networking platform