Re: [phplib] DB_Sql From: M. Brian Akins (bakins <email protected>)
Date: 07/17/00

On Mon, 17 Jul 2000, Iliasse Arsalane wrote:
> hi,
> i want to use DB_Sql class with sybase and oracle at the same time.
> is it possible ?
> thanks for your future help :)

Rename db_oci8.inc to something else (like 'my_oci8.inc'); Edit this file and
change the name of the DB_SQL class to DB_OCI8. Include my_oci8.inc in our
pages (or prepend.php3). To use sybase derive your class from DB_SQL, to use
oracle derive you class from DB_OCI8.

-- 
M. Brian Akins
Senior Development Engineer

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>