Derick Rethans a écrit :
> On Thu, 24 Jul 2008, eddier waldir gallego rios wrote:
>
>   
>> I am just a newbie in ez components, so i don´t know what are the pros 
>> and cons of, Would you mind to tell me more details about how can i 
>> connet oracle whit ezcomponents or do you now about who had connet to 
>> oracle and can help me.
>>
>> Trying 
>> $dbparams = array( 'type' => 'oracle',   'dbname' => 'EWG',  'user' => 
>> 'ARIESW',   'pass' => 'ariesW' );
>>   $db = ezcDbFactory::create($dbparams ); 
>> Or  $db = ezcDbFactory::create('oracle://ARIESW:[EMAIL PROTECTED]/ewg' );
>>     
>
> That's exactly how you connect. We use the following string on our test 
> machine to run the tests:
>
> $db = ezcDbFactory::create( 'oracle://ezc:[EMAIL PROTECTED]/ezctest' );
>   
mmhh... "@ezctest/ezctest" vs. "@localhost/ewg" There might be some 
confusion in here about the concept of "server" and "database" here...
> regards,
>   

-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to