Thanks. Looks good and I will give it a try. -- Adam.
On Sat, 14 Aug 2004 09:28:17 -0700, Jared Still <[EMAIL PROTECTED]> wrote: > > > On Wed, 2004-08-11 at 09:34, Xinyu Wen wrote: > > Hi, > > > > I would like to know if there is a better way to fetch an entire table > > to a file (the file has to be tab delimited) instead of using > > fetchrow_array function? Fetchrow_array is working fine but slow to > > work with a big table. > > > > Thanks, > > > > Adam. > > I think that perldoc DBI will prove most enlightening. > > Look for 'RowCacheSize' and 'fetchall'. > > Jared > >