[PHP-DB] Loss of Connection hanle in object

2001-03-01 Thread Andrew Halliday
Okay - Im writing an object to wrap a database. The key problem is this: - it declares a connection var as an object property - the open() function opens the connection to the database and stores the handle in $this->connection - the executeQuery() method complains about not having a v

Re: [PHP-DB] Where do I get started?

2001-03-08 Thread Andrew Halliday
dont bother reading books...if you have coded any c,c++,java, these books are 80% fluff. All you need is the php manual, a project to start dabbling and this listreally. AndrewH - Original Message - From: "olinux" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 09, 2

[PHP-DB] Can PHP for Oracle randomly access rows in a result set?

2001-03-18 Thread Andrew Halliday
Can PHP for Oracle randomly access rows in a result set? I have read documentation for both Oracle functions (ora_*) and Oracle 8 functions (OCI_*) but cant seem to find a way to randomly access rows in a result set like you can with PostgreSQL or MySQL ... whats the story here?! Are we FORCED to