Click here to Skip to main content
15,900,108 members

Comments by BondRidhoo (Top 2 by date)

BondRidhoo 11-May-10 8:45am View    
Thanks for your reply. Which class do I override? The system.data.sqlclient? or the dataset (which I have many in my project) or the table adapter. Sorry I am a bit clueless here.
BondRidhoo 11-May-10 8:42am View    
Hi. Thanks for the reply. I could not find the 'New Message' in the original post but after submitting the question here, I found that link...Murphy's Law!. Sorry I apologise.
I am referring to Command Timeout and NOT connection Timeout. The connection timeout deals when the app starts up and tries to connect to the db. The command timeout deals with how long to wait for each (maybe long running) query before aborting.
When I mean globally...I mean I have say 10 different datasets, each having many many table adapters. I need to maybe override a class and set the value in a single place instead for each table adapters command object.
Thanks anyway.