Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to run Stored Procedure?
Message
De
05/05/2006 14:59:41
 
 
À
05/05/2006 13:59:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01119387
Message ID:
01119737
Vues:
15
>>
>>Thanks. Also the Help is not clear enough... What would be the best way to name my procedure PROCEDURE or FUNCTION
>
>Name is a it is a subjective choice.
>After about ten different ways,
>I have understood that a best name doesn't exist,
>but many worse names certainly exist.
>
>> and the best way to call
>>

Fabio, what Naomi asks is if there is any difference in declaring as a procedure or a function.

PROCEDURE ProcedureName
...
[ENDPROC]

or

FUNCTION FunctionName
...
[ENDFUNC]

The help file is not very clear about the search order, if it refers to declaring method or calling method.

Carlos
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform