Hi , Here is the my script which fetch the data from oracle
while ( ($data=$sth->fetchrow ) {
print $data;
}
since it is a huge data around ( 650 kb ) , this gives out of memory error.
Anyone knows how to solve this issue
Thanks in advance
-Paresh.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
