At 11:17 -0800 12/9/05, Kemin Zhou wrote:
All,
I am using the perl DBI to access a large table. I need to a simple
manipulation of the table
then write it to a file. If I use the simple "select * from table"
then process this statement
on the client side, it looks that the client first receiv
All,
I am using the perl DBI to access a large table. I need to a simple
manipulation of the table
then write it to a file. If I use the simple "select * from table" then
process this statement
on the client side, it looks that the client first receive all the
content of the table. This caus