On Thu, 1 Mar 2007, gregarican wrote: > Specifically I am using the dbd_ado DBI library. Since the fetch_all > method was timing out (the DB is alive and kicking; I've verified > that) I tried while-looping a fetch method to append to the result > array as an alternative. Either way the operation still times out :-( It sounds to me like the timeout is coming from the database. Do you have a full stack trace for the exeption? Kirk Haines