Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Response time variable
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00151325
Message ID:
00151369
Views:
20
>Is there a variable like _tally for the response time for a query. The status bar displays the results of sql queries(i.e 'Selected 42 records in .08 seconds.'), can I access this?

I don't know of a system variable, but you could emulate one:

nStart = Seconds()
SELECT * from mytable
nDuration = Seconds() - nStart
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform