This can take minutes in case of a very large database.
The prolbem is that my UI (VCL Thread) becomes non responsive during this restore db and moreover I cannot show any progress to the user.
I have asked around and I have been told to use OnProgress if available.
I realize that OnProgress is available on TVirtualTable but now on TMSQuery.
Do you have an example on how to use it?
What I would like to do is something like:
Code: Select all
MSQuery1.Execute;COuld you help me?
Thanks.