Connection to database duration and Progress display in WinForm C#
Hi,
Is there a way to count database connection duration and to display something graphical to show that it is in progress.
ProgressBar is not the good solution here because we cannot know the final duration when we query the server.