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
of activity? > > Would a persistent connection make any difference? > > -Original Message- > From: Brooks, Ken [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 22, 2001 4:04 PM > To: [EMAIL PROTECTED] > Subject: [PHP] ODBC & Oracle > > > Are there any limitations

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
any difference? -Original Message- From: Brooks, Ken [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 4:04 PM To: [EMAIL PROTECTED] Subject: [PHP] ODBC & Oracle Are there any limitations on how many records I can pull from an Oracle Database over ODBC? I have it pulling one re

[PHP] ODBC & Oracle

2001-03-22 Thread Brooks, Ken
Are there any limitations on how many records I can pull from an Oracle Database over ODBC? I have it pulling one record just fine, but when I tell it to pull all records, which should be about 75,000, it only gets about 600 or so. Does the php script time out (i'm running it thru a web browser)