Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
English
Simulate wait state in vfpoledb
Message
General information
Fórum:
Visual FoxPro
Category:
Aplicações para Internet
Miscellaneous
ID da thread:
01062636
ID da mensagem:
01062652
Views:
10
What are you trying to do?

>I have a need to induce a wait state in a stored procedure I am calling from ASP via vfpoledb.
>
>I have tried several approaches, none of which is successful.
>
>Here is what I have treid so far:
>
>
>Wait "" Timeout 1
>
>
>This results in a "feature not supported" error message.
>
>
>I have also tried:
>
>
>
>Declare Sleep In Win32API Integer nMilliseconds
>
>nSleepSeconds = 1
>nMilliseconds = nSleepSeconds * 1000
>=Sleep(nMilliSeconds)
>
>
>
>This also results in a "feature not supported" error message.
>
>I have also tried:
>
>
>Do While .... some expression ...
>   For i = 1 to 10000
>   Next i
>   ... do something ....
>   Exit
>EndDo
>
>
>This results in the web server being tied up and slows down all processing. Not good!
>
>I can't believe this is that difficult. I keep feeling I am missing something obvious.
>
>Any ideas?
>
>Thanks,
>
>-Steve Kanski
--sb--
Previous
Next
Responder
Mapa
View

Click here to load this message in the networking platform