SaveChanges Taking Forever

I am having difficulty with my SaveChanges code.

I am including a screen capture below:

The table has only 3 records but the clock runs indefinitely.

I have checked with cPanel and the data has already reached the server. But the clock keeps running.

I checked under the Advanced Tab and it shows a time out after 10,000 ms which means 10 second. As I write this, I see it is up over 400 sec.

What could be causing this?

Mike

1 Like

Hey @mdsmith1

Can you check the run behavior of the query that you use. may be its on automictic mode. change it in manual or may be its not get the id for the update data.

4 Likes

I found the problem.

The code bringing the data into the table was coming from the wrong table.

I fixed that and now it works fine.

Thanks for helping.

Mike