Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there an advantage to using SQLPREPARE()?
Message
De
05/05/2000 12:43:39
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00366557
Message ID:
00366648
Vues:
30
>Is there an advantage to using:
>
>SQLPREPARE(mnconnection,'SELECT....','cMyCursor')
>SQLEXEC(mnconnection)
>
>as opposed to just:
>
>SQLEXEC(mnconnection,'SELECT....','cMyCursor')

From what I understand, SQLPREPARE will make the call faster for functions that will be called multiple times, because the the request doesn't have to be compiled each time...
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform