RE: [PHP] ODBC & Oracle

2001-03-25 Thread Brooks, Ken
: Thursday, March 22, 2001 5:33 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] ODBC & Oracle There is a timeout, that should halt a script if it runs too long. If you can, check php.ini set max_execution_time to something greater than 30 seconds, see if that helps. ""Brooks, Ken"

Re: [PHP] ODBC & Oracle

2001-03-22 Thread Joe Brown
There is a timeout, that should halt a script if it runs too long. If you can, check php.ini set max_execution_time to something greater than 30 seconds, see if that helps. ""Brooks, Ken"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I thought maybe the php

RE: [PHP] ODBC & Oracle

2001-03-22 Thread Brooks, Ken
grab more than 6000 records from a database. right? thanks, ken -Original Message- From: Brooks, Ken [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 4:21 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] ODBC & Oracle I thought maybe the php script was running to fast for the

RE: [PHP] ODBC & Oracle

2001-03-22 Thread Brooks, Ken
I thought maybe the php script was running to fast for the network connection. So i put in a sleep(1) It still only ran for about the same amount of time (less records pulled of course). Could it be losing the connection instead because of lack of activity? Would a persistent connection make any