Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO+
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Re: ADO+
Miscellaneous
Thread ID:
00390849
Message ID:
00390856
Views:
9
SET STUPID ON
IF TotalCost > Table("Customer").Column("AvailableCredit")

SET FOXPRO 1.0 COMPATIBILITY ON
IF TotalCost > Customer.AvailableCredit


>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform