Archives of the TeradataForum
Message Posted: Tue, 25 Feb 2004 @ 02:59:54 GMT
Subj: | | Re: Query Timeout question |
|
From: | | Fred W Pluebell |
RE: Follow-up question from Cooper, Craig E
Based on your code fragments, it appears you are using ADO and the Teradata OLEDB provider versus C# and ODBC as in the original question, but
the same principle applies.
Quoting from Microsoft's ADO documentation:
"The CommandTimeout setting on a Connection object has no effect on the CommandTimeout setting on a Command object on the same
Connection; that is, the Command object's CommandTimeout property does not inherit the value of the Connection object's CommandTimeout value."
|