Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cancelling SQL Pass-through Queries
Message
 
To
27/01/1999 06:58:55
Alec Dearden
Peterborough Hospitals Nhs Trust
Peterborough, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00180661
Message ID:
00180664
Views:
16
Instead of a DO WHILE loop, display a modal form with a cancel button and a timer. The timer will check to see if the query has completed. You can experiment with intervals until you find one you like. The cancel button will be available to the user between execution of the timer event.

>I have an ODBC connection to a sybase 11 server. I am using SQLexec() to send a pass-through 'select' statment to retrieve some data. I would like users to be able to press a cancel button on the form if they want to stop the query.
>I use SQLsetprop() to switch to asynchronous mode and then use a simple 'do while .. enddo' look to run the query via SQLexec. How can I check to see if a user has tried to press the cancel button ?
>
>I am really stuck with this one and would appreciate any help!!
>
>Alec.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform