[PHP-DB] Oracle oci8

2003-04-05 Thread Paul Dymecki
Hello, I'm sure this question has been asked, but i was wondering if anyone has successfully gotten oci8 working with php on windows? I've been trying for quite awhile with no success. thanks for any help, Paul _ Protect your P

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

[PHP-DB] oracle (oci8) intro

2001-08-19 Thread Cynic
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" feature. Looking at the OCI section of the PHP manu

Re: [PHP-DB] Oracle OCI8 and rowid

2001-01-26 Thread Harry Ng
Try converting the ROWID to a character string first: select rowidtochar(rowid), field1 from table1 Now you can echo it out or do whatever you would do with a character string. There's also the Oracle function CHARTOROWID to go the other way around. signup wrote: > > On Mon, Jan 22, 2001 at

Re: [PHP-DB] Oracle OCI8 and rowid

2001-01-23 Thread Thies C. Arntzen
On Mon, Jan 22, 2001 at 01:38:22PM -0800, signup wrote: > Hello, > does anyone know how to write te result of the following SQL statement (I have >problems with rowid): > > select rowid, field1 from table1 rowid is an opaque datatype in php. you cannot "output" it but only use it for fu

[PHP-DB] Oracle OCI8 and rowid

2001-01-23 Thread signup
Hello, does anyone know how to write te result of the following SQL statement (I have problems with rowid): select rowid, field1 from table1 Thanks in advance Benoit NOSS - ([EMAIL PROTECTED]) (Bureau 226) IAURIF, Service MSI, 15 rue Falguiere, 75740 PARIS Cedex 15 FRANCE Tel : (+33) 1 53 85 7