This is a discussion on Changing the ODBC default time out without program changes within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hello This may have been asked before, but I can't seem to find it. I believe the default ODBC ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello This may have been asked before, but I can't seem to find it. I believe the default ODBC time out is 30 seconds. I know that you can override that by changing your application call. Can it be overridden without making program changes? Perhaps through a registry setting (though I can't find that)? Some sort of config file? A funky entry in a mysterious ini file? Thank you! Steve |
| |||
| If you are using a DSN or a external file you can change that without changing yout code, if you hardcoded that therte is no way changing it without recoding and compiling it. SO what did you do ? HTH, Jens SUessmeyer. "Steve" <pezguy@mn.rr.com> schrieb im Newsbeitrag news:knEwe.4555$Dv3.57@tornado.rdc-kc.rr.com... > Hello > This may have been asked before, but I can't seem to find it. > > I believe the default ODBC time out is 30 seconds. I know that you can > override that by changing your application call. Can it be overridden > without making program changes? Perhaps through a registry setting (though > I can't find that)? Some sort of config file? A funky entry in a > mysterious ini file? > > Thank you! > > Steve > |
| |||
| Nothing. The application is just timing out. Please tell me how. "Jens Süßmeyer" <Jens@Remove_this_For_Contacting.sqlserver2005.d e> wrote in message news:e6qqdZafFHA.3936@tk2msftngp13.phx.gbl... > If you are using a DSN or a external file you can change that without > changing yout code, if you hardcoded that therte is no way changing it > without recoding and compiling it. > > SO what did you do ? > > HTH, Jens SUessmeyer. > > "Steve" <pezguy@mn.rr.com> schrieb im Newsbeitrag > news:knEwe.4555$Dv3.57@tornado.rdc-kc.rr.com... >> Hello >> This may have been asked before, but I can't seem to find it. >> >> I believe the default ODBC time out is 30 seconds. I know that you can >> override that by changing your application call. Can it be overridden >> without making program changes? Perhaps through a registry setting >> (though I can't find that)? Some sort of config file? A funky entry in a >> mysterious ini file? >> >> Thank you! >> >> Steve >> > > |
| ||||
| Shoot..no response. "Jens Süßmeyer" <Jens@Remove_this_For_Contacting.sqlserver2005.d e> wrote in message news:e6qqdZafFHA.3936@tk2msftngp13.phx.gbl... > If you are using a DSN or a external file you can change that without > changing yout code, if you hardcoded that therte is no way changing it > without recoding and compiling it. > > SO what did you do ? > > HTH, Jens SUessmeyer. > > "Steve" <pezguy@mn.rr.com> schrieb im Newsbeitrag > news:knEwe.4555$Dv3.57@tornado.rdc-kc.rr.com... >> Hello >> This may have been asked before, but I can't seem to find it. >> >> I believe the default ODBC time out is 30 seconds. I know that you can >> override that by changing your application call. Can it be overridden >> without making program changes? Perhaps through a registry setting >> (though I can't find that)? Some sort of config file? A funky entry in a >> mysterious ini file? >> >> Thank you! >> >> Steve >> > > |