Re: [PHP-DB] Oracle connection problem after call to unserialize()

2002-09-24 Thread Miguel Carvalho
> I made a class called OracleCon that is used to connect to an Oracle > server and provide some certain queries to the database > When i create an object of that class and serialize it to add it to a > cookie, if i echo the $object->connection attribute i get a "Resource > id #2" > > When after r

RE: [PHP-DB] Oracle connection problem after call to unserialize()

2002-09-24 Thread Ford, Mike [LSS]
> -Original Message- > From: Valantis Kamayiannis [mailto:[EMAIL PROTECTED]] > Sent: 24 September 2002 12:37 > > I made a class called OracleCon that is used to connect to an > Oracle server > and provide some certain queries to the database > When i create an object of that class and se

Re: [PHP-DB] Oracle connection

2001-03-12 Thread Andrew Hill
From: "Andrew Hill" <[EMAIL PROTECTED]> > To: "Joe Brown" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, March 12, 2001 5:32 PM > Subject: Re: [PHP-DB] Oracle connection > > >> Or, you can use ODBC :) >> >> A PHP/ODBC HOWTO

Re: [PHP-DB] Oracle connection

2001-03-12 Thread Doug Schasteen
can odbc be used from php on linux, or is it just a windows thing? - Original Message - From: "Andrew Hill" <[EMAIL PROTECTED]> To: "Joe Brown" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 5:32 PM Subject: Re: [PHP-DB] Orac

Re: [PHP-DB] Oracle connection

2001-03-12 Thread Andrew Hill
Or, you can use ODBC :) A PHP/ODBC HOWTO is available at http://www.iodbc.org and driver are available at www.openlinksw.com Please let me know if you require assistance. Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism

Re: [PHP-DB] Oracle connection

2001-03-12 Thread Joe Brown
You need to acquire the oracle network drivers for linux, from Oracle. I'm only aware of the ones that come with Oracle for linux, though they may have them bundled seperately. Fight your way through the inconcievably difficult installation process. After defining some environment variables (th