Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLPREPARE() command...what is it good for?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00890609
Message ID:
00890617
Views:
13
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform