> > > Thanks for reply. > > I'v tried but my script selecting the record in update > is not ending from "fetchrow_arrayref" in more than 20 minutes. > > Our SQL Server is set as 600 sedonds, not 0 (infinite). > > It display result just after updater's end.
The default timeout in ODBC is 0, infinite. I have added a new parameter in the next release that will allow you to specify the timeout value. Regards, Jeff > > Regards, > Hirosi Taguti > [EMAIL PROTECTED] > > > > > > > > > Hello, > > > > > > Is there way to set timeout in DBD::ODBC? > > > I'm trying to make a script updating SQL server. > > > > > > I hear our SQL server is set 10 minutes as timeout (default). And > > > also I hear ADO has 30 secomd default time & can be changed with > > > some property. Not knowing much about timeout on ODBC. > > > > > > Any documerntation in DBI or DBD::ODBC? > > > (failing finding out by google....) > > > > > > > Can you please provide the exact error message you get? > > >
