madhatter2002
Programmer
I have these views created for the SQL data. For some data that is not that big, data fetch is fast making the view accessible. However, there are cases wherein the number of data is really big, and I get the busy notification.
Is there a way to detect if the view is still fetching so that the program will need to wait until the fetch is complete. I am using MS SQL as back end.
thanks for the suggestions.
Is there a way to detect if the view is still fetching so that the program will need to wait until the fetch is complete. I am using MS SQL as back end.
thanks for the suggestions.