Re: [python-win32] adodbapi 2.6.0.7 question

2015-08-20 Thread Vernon D. Cole
Andrey: Good catch. I have added the following to the quickref documentation for the connection class: .timeout # supply a value for CommandTimeout. Note: the timeout connection value is stored in this attribute, and is used as the connection timeout. It is then re-used as the command

Re: [python-win32] adodbapi 2.6.0.7 question

2015-08-20 Thread Andrey Glozman
Please disregard. We found a way to change timeout on the connection object. Thank you, Andrey Glozman Ellington Management Group, LLC 53 Forest Avenue, Old Greenwich, CT 06870 P: 203.409.3574, M:203.912.7099 F: 203.698.0869 From: Andrey Glozman Sent: Thursday, August 20, 2015 12:46

[python-win32] adodbapi 2.6.0.7 question

2015-08-20 Thread Andrey Glozman
Greetings, We are trying to use the adodbapi 2.6.0.7 and unable to change ADO CommandTimeout after connection is established. Would you be able to help us understand the best way to do it? Based on the adodbapi code - the only timeout parameter a user can provide is at the connection object