I run this statament whit zend and ok.
$c1 =ocilogon("ARIESW", "ariesW", "EWG");
if (!$c1) { //echo ("Error de conexion de la Base de Datos");  
$error=ocierror();  print htmlentities($error['message']);}
 
but when a try whit ez components it's not perform, I think the Oracle service 
name is the problem or the server name "localhost"
$dbparams = array( 'type' => 'oracle',   'dbname' => 'EWG',  'user' => 
'ARIESW',   'pass' => 'ariesW' );  $db = ezcDbFactory::create($dbparams ); Or  
$db = ezcDbFactory::create('oracle://ARIESW:[EMAIL PROTECTED]/ewg' );
Sometimes I feel limit whit my english and is hard to explain what i did.
thanks for your help,
regards,
Eddier Gallego Rios
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to