This question belongs in dbi-users. Please ask again there. -- Mac :}) ** I normally forward private database questions to the DBI mail lists. ** Give a hobbit a fish and he'll eat fish for a day. Give a hobbit a ring and he'll eat fish for an age. ----- Original Message ----- From: "Phillip Perkins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 8:36 AM Subject: Last fetch takes forever to undef > Here's a question I hope someone can answer for me. When using DBI to > query a table, the query takes only milliseconds. However, if you do > any type of fetch on an sth, when you reach the EOF ($sth->fetch is > undef), it takes a while before it fails and, for instance, exits a > while loop. Same thing happens if you do a fetchall_arrayref. Can > anyone explain to me while this takes so long and possibly how to > overcome it? By the way, I'm using an XBase connection, so it may be > relative to that module. > > TIA, > > Phillip > > >
