Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Exec (Asynchonous Vs Synchornous)...
Message
From
25/08/2006 17:39:24
 
 
To
25/08/2006 12:54:09
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01148643
Message ID:
01148736
Views:
18
>For the same query by sql pass-through, when I use asynchronous mode, I got the result in 80 seconds, and synchronous mode in less than 5 seconds. How to explain that's so longer by asynchronous mode?

because the backend must execute the whole select, it store the result into a temporary table.
When the client read the data,
the backend has to pick them up from the temporary table.
This require an overhead.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform