How can I go about implementing a progress bar ?
When my application runs a query, the whole application will just freeze till the whole query result is return.
How can I go about implementing a progress bar showing that a query is running ?
Previously I tried implementing it and the progress bar freezes as well while the query is executing.