cursor in 4.1

2005-12-09 Thread Kemin Zhou
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

Re: cursor in 4.1

2005-12-09 Thread Paul DuBois
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 receive