Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection problems
Message
From
18/02/2011 07:08:53
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Connection problems
Miscellaneous
Thread ID:
01500677
Message ID:
01500677
Views:
103
HI

I'm using a mysql database to do some reporting.

I seem to be having a problem with my data connection intermittently hanging up or freezing.

I know the mysql database is responding because I can set the same query off in the mysql query browse and it runs ok.

I can see that its hanging on the line adapter.fill(dt) below

Dim adapter As MySqlDataAdapter = New MySqlDataAdapter(sqlCmd)
Dim dt As DataTable = New DataTable

adapter.Fill(dt)

Return dt

Anyone got any tips on how to diagnose this problem. I

I can't get a handle on where to look at the moment.

The annoying thing is it seems to to be intermittent so I'm finding it hard to track the cause.

I thought it might be the server so I restarted that.
.
Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform