Date: 05/24/00
- Next message: darcy w. christ: "[phplib] frames & auth"
- Previous message: Sven Rottenbiller: "Re: [phplib] Problem with $sess->add_query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All,
Help I am having trouble under Oracle 8. I can't seem to get the thing
configured right.
I put db_oci8.inc in prepend.php3.
Left parameters as:
Var $Database = "";
Var $User = "";
Var $Password = "";
In Local.inc I have
class DB_Example extends DB_Sql {
var $Host = "sbor1";
var $Database = "epct";
var $User = "ieadm";
var $Password = "ieadm";
}
My server name is sbor1, my database is epct, my user name is ieadm and my
password is ieadm. I created the tables using create_database.oracle under
the above.
I can execute:
<?php
include("table.inc");
$db = new DB_Example;
$db->query("select * from auth_user");
$t = new Table;
$t->heading = "on";
$t->show_result($db);
?>
And nothing is displayed, but no errors either. Usually I get an error if
something is wrong.
Please Help!
Bob White
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: darcy w. christ: "[phplib] frames & auth"
- Previous message: Sven Rottenbiller: "Re: [phplib] Problem with $sess->add_query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

