|
|
sybperl-l Archive
Up Prev Next
From: Mike Lucente <ml at vianetinc dot com>
Subject: Re: Handling over 2gb of output
Date: Jan 8 2000 6:12AM
Perl 5.005_58 has the large file support that you'll need.
See www.cpan.org.
On Fri, 7 Jan 2000 t_reilly@INDRA.COM wrote:
> I have the need to write output files from queries which have result
> sets are larger than 2gb. This is on Solaris 2.6 and the file system I
> am using is configured to handle large files (and I have verified this).
> I tried this with a script using Sybperl::DBlib and was not successful.
> No errors occurred, but the file output stopped right at 2gb.
>
> Any suggestions?
>
> Also, does Sybperl need to be rebuilt after a new Open Client version is
> installed?
>
> Thanks in advance,
>
> Tom Reilly
>
>
|