Date: 07/17/00
- Next message: Edd Ballinger: "[phplib] Template block nesting"
- Previous message: Iliasse Arsalane: "[phplib] DB_Sql"
- In reply to: Iliasse Arsalane: "[phplib] DB_Sql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Edd Ballinger: "[phplib] Template block nesting"
- Previous message: Iliasse Arsalane: "[phplib] DB_Sql"
- In reply to: Iliasse Arsalane: "[phplib] DB_Sql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

