Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLPREPARE() command...what is it good for?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00890609
Message ID:
00890617
Vues:
12
>I have never used the SQLPREPARE() command before and I was wondering if anyone could tell me a bit about where and when this command would be useful. It seems from reading the help file that issuing a SQLPREPARE prior to a SQLEXEC() may make the SQLEXEC() run faster?
>
>Is that true?
>
>Thanks,
>Don

From my understanding of it is that if you need to call the same SQL statement over and over again, with out other SQL statement in between, then use SQLPrepare once and then just issue SQLExec with the connection handle. But if you send anyother SQL statement then the Prepare is gone - so IMO not to useful.
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform