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]

Reply via email to