Re: [PHP-DB] Oracle Database Class

2001-05-15 Thread Manuel Lemos

Hello,

Neil wrote:
> I want to build a site using classes and was wondering is there an Oracle
> Database class that I can use instead of writing one from scratch. I don't
> want to use abstraction layers. Can aynone direct me to a place where I can
> dowload such a class definition?

You may want to try Metabase. Among many other things, it lets you for
instance retrieve a range of rows of a select query so you can manage
large result set and only display or process the part of them that you
want. It's sort like using MySQL LIMIT clause but under Oracle.

There are several other useful classes based on Metabase that you can
use when dealing with databases:

Interchanging data between forms and databases
http://phpclasses.UpperDesign.com/browse.html/package/231

Query result table display class
http://phpclasses.UpperDesign.com/browse.html/package/130


Metabase is freely available and has been downloaded by over 5.300 PHP
users from here:
http://phpclasses.UpperDesign.com/browse.html/package/20

Manuel Lemos

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Oracle Database Class

2001-05-14 Thread Thies C. Arntzen

On Mon, May 14, 2001 at 02:19:42PM +0200, jarek wrote:
> Hi,
> 
> try this:
> http://php.weblogs.com/ADODB

the PEAR db-abstraction also supports oracle as a database!

tc

> 
> 
> Jarek
> 
> Neil wrote:
> > 
> > Hi All
> > 
> > I want to build a site using classes and was wondering is there an Oracle
> > Database class that I can use instead of writing one from scratch. I don't
> > want to use abstraction layers. Can aynone direct me to a place where I can
> > dowload such a class definition?
> > 
> > Neil Craig
> > QEDI (Pty) Ltd
> > 
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Oracle Database Class

2001-05-14 Thread jarek

Hi,

try this:
http://php.weblogs.com/ADODB


Jarek

Neil wrote:
> 
> Hi All
> 
> I want to build a site using classes and was wondering is there an Oracle
> Database class that I can use instead of writing one from scratch. I don't
> want to use abstraction layers. Can aynone direct me to a place where I can
> dowload such a class definition?
> 
> Neil Craig
> QEDI (Pty) Ltd
> 
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]