Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to allow sqlexec() to be interrupted
Message
From
24/05/2006 04:28:11
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01123932
Message ID:
01124471
Views:
12
>You can only interrupt it once the result set has started being passed back. If you are running a query or calling an SP that takes a long time to create the result set you are stuck. Unless you go to an asynchronous connection that you have to poll during the execution. You can call SQLCancel() to interrupt it.

Yes, I tried to interrupt loading process.
Executing Remote .. Press Esc to cancel message does not apper immediately. It happes after some delay, probably when results are sent back.
However, even in this time Esc does not interrupt the command.
Command finishes and only after that esc keypress gets processed by VFP (result form is closed after query).
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform