View Single Post
Old 11-29-2009, 03:35 PM   PM User | #3
scorpius420
New Coder

 
Join Date: Jan 2009
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
scorpius420 is an unknown quantity at this point
Well..if it was timing out I would be gettting a fatal error exception.

Though it could be some bizarre thing happening at low level where the connection is trying to close because of timeout and the read operation is trying to happen at the same time.

One possible thing might be that ..since I have scores of thousands of records and the script takes hours, maybe the default way in which the read op is done is causing a problem and I need to set commandbehavior to single row.

It's really weird...I will have to try it out on monday.

The query is a basic select thing with a where clause.
scorpius420 is offline   Reply With Quote