Re: [Components] FW: ezcDbFactory - Oracle

2008-07-25 Thread Derick Rethans
On Thu, 24 Jul 2008, eddier waldir gallego rios wrote: but when a try whit ez components it's not perform, I think the Oracle service name is the problem or the server name localhost $dbparams = array( 'type' = 'oracle', 'dbname' = 'EWG', 'user' = 'ARIESW', 'pass' = 'ariesW' ); $db =

[Components] using fetchFromOffset when there are 0 messages

2008-07-25 Thread Dave Fischetti
Hey Gang...I use EZ to parse incoming messages on my server... I was using this to pull my messages $set = $pop3-fetchAll(); but found an issue when my server had a problem and my mail got backed up. When EZcomponents tried to fetch all messages, there were too many and I had memory