Hi, I have a sql query which takes longer than 30seconds to execute. I'm aware I need to set the CommandTimeout for the command object to overcome this. However, the first place the command object occurs is within the method 'LoadDataSet' within the Enterprise Library.
I don't think I want to be modifying it here.
Could someone please suggest to me an appropriate place to set it?
Thanks!