Re: Perl DBI for Sybase [OT]

2002-03-07 Thread Jon Molin
Jenda Krynicky wrote: [snip] You could use fetchall_arrayref(), but I would not recomend doing that unless you are really sure the resultset is small enough. That would slurp all the data to memory of YOUR process with quite some overhead. Are there any benchmarks on this? Becouse i

Re: Perl DBI for Sybase [OT]

2002-03-07 Thread Jenda Krynicky
From: Jon Molin [EMAIL PROTECTED] Jenda Krynicky wrote: [snip] You could use fetchall_arrayref(), but I would not recomend doing that unless you are really sure the resultset is small enough. That would slurp all the data to memory of YOUR process with quite some overhead. Are