Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

               conn = New MySql.Data.MySqlClient.MySqlConnection(ReadConnectionString)
               If conn.State = ConnectionState.Closed Then
                   conn.Open()
               End If

 

This code is working when the ConnectionString is correct with the server is detected.

 

But, if the server is unavailable, the process/winform will hang over here for a very long time. Do u have any idea on how this happen? and how to avoid this from being happen? Cause when the server is down, customers would be very mad already, and if they see this thing hanging, I think I would gain some bullets from them...

 

Please comment...

George C.K. Low

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...