Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What does 'Precompile SQL on Backend server' mean?
Message
 
To
24/10/2001 19:49:38
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00571374
Message ID:
00573026
Views:
37
Hola Luis,

In theory, this option is supposed to compile your view's SQL statement on the backend to improve performance on _subsequent_ executions of the same query. In practice I don't think it actually does that.


>Thanks, but I really need to know what does 'Precompile SQL on backendserver' means. It is in the View Desginer's Advanced Options. And please, show me a real-world example if possible.
>
>Thanks any way.
>
>
>Luis
>
>>
>>Luis;
>>
>>You can use SQLPrepare() which is compiled for faster execution, before using SQLEXEC( ). You can also use SQLEXEC( ) by itself, which will work but you may loose a bit of speed. You can try both techniques and see if there is any real difference in your application.
>>
>>Tom
Hector Correa
Previous
Reply
Map
View

Click here to load this message in the networking platform