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