Strange MYSQL Select Error

wxdqz

New Member
I'm running a big job with multiple selects, inserts and updates from multiple tables. About 400 or so repeats through my code one or the other Selects will crap out. When I run it again it continues and the after the next 400-00 repeats it craps out again. Any thoughts on what might be the cause. Is some buffer getting filled up? When I had just the selects I could get about 100,000 repetitions of the code but when the inserts and updates of extra tables were added the problem started.
 
Back
Top