In article <[EMAIL PROTECTED]>,
Xinyu Wen <[EMAIL PROTECTED]> writes:

> 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.

Why do you want to use Perl for that?  Every DB has some "export"
feature that's optimized for exactly what you ask for.

Reply via email to