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


Reply via email to