I have a vendor client application installed on a local machine which uses an SQL ODBC connection to connect to SQL Server 2000.
I have the ability to run T-SQL commands from within the application. However, when i am executing a certaion stored proc that takes about 2 1/2 minutes to run from Query Analyzer, it times out after exactly 2 minutes from the application.
i get the following error:
Error: S1T00: [Microsoft][ODBC SQL Server Driver]Timeout Expired
does anyone know where the ODBC driver timeout setting are set? I believe mine is set to 120 seconds, but i need to increase it.
thanks
scott
I have the ability to run T-SQL commands from within the application. However, when i am executing a certaion stored proc that takes about 2 1/2 minutes to run from Query Analyzer, it times out after exactly 2 minutes from the application.
i get the following error:
Error: S1T00: [Microsoft][ODBC SQL Server Driver]Timeout Expired
does anyone know where the ODBC driver timeout setting are set? I believe mine is set to 120 seconds, but i need to increase it.
thanks
scott