Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO+
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
ADO+
Divers
Thread ID:
00390849
Message ID:
00390849
Vues:
27
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform