From: gregarican Date: 2007-03-01T00:20:07+09:00 Subject: DBI Timeout I am currently trying to retrieve a rather large recordset from a remote MS SQL Server. The recordset is retrieved using Ruby DBI. The recordset is roughly 120,000 rows. The Ruby script bombs out with an SQL timeout error. Is there a parameter I can use to extend the timeout value in the DBI library so that I can pull everything?