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


Reply via email to