Re: [PHP-DB] oracle (oci8) intro

2001-08-21 Thread Manuel Lemos
Hello, Anthony Carlos wrote: > > That's interesting. I haven't had to do too many queries with lots of > computed columns. I'll defer to you and double check my queries. On the If you haven't had any problems is because you did not try to use your row range fetching technique with computed colu

RE: [PHP-DB] oracle (oci8) intro

2001-08-21 Thread Anthony Carlos
is is only for MySQL users! Thanks, Anthony Carlos -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 3:03 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] oracle (oci8) intro Hello, Anthony Carlos wrote: > > Here's what I'm using

Re: [PHP-DB] oracle (oci8) intro

2001-08-21 Thread Manuel Lemos
Hello, Anthony Carlos wrote: > > Here's what I'm using to do paged queries in Oracle: > > $min = minimum of range of records > $max = maximum of range of records > $field_list = the fields from the table separated by commas > $table = the table from where you're selecting > $where_clause and $o

RE: [PHP-DB] oracle (oci8) intro

2001-08-20 Thread Anthony Carlos
riginal Message- From: Graeme Merrall [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 19, 2001 7:34 PM To: Cynic Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] oracle (oci8) intro Quoting Cynic <[EMAIL PROTECTED]>: > Hi there, > > I'm in a situation where I need to produc

Re: [PHP-DB] oracle (oci8) intro

2001-08-19 Thread Graeme Merrall
Quoting Cynic <[EMAIL PROTECTED]>: > Hi there, > > I'm in a situation where I need to produce a small app > on top of an Oracle server really quickly. I'm quite a > seasoned developer, but have only experience with MySQL > so far. It's my understanding that Oracle lacks the > MySQL's "LIMIT" fe