Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to run Stored Procedure?
Message
De
05/05/2006 17:54:55
 
 
À
05/05/2006 14:59:41
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:
01119796
Vues:
22
This message has been marked as a message which has helped to the initial question of the thread.
>>>
>>>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

NONE.

But
DO something
is faster because it doesn't search into the array list.
Because DO have not a return value, it is formally incorrect call a function.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform