CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge -> Programming

 php - oracle again

Print topic Send  topic

Author Message
then_toni

Posts: 3
Posted: 04/06/2007, 7:30 AM

dear sir,
can somebody help me to solve my codecharge problem,
i've create a simpel program to test my php-oracle connection and it's runing well.

<?php
if ($c=ora_plogon("master","masterjkt","ORCL")) {
echo "Successfully connected to Oracle.\n";
ocilogoff($c);
} else {
$err = ociError();
echo "Oracle Connect Error " . $err[text];
}
?>


but when i try use codecharge to generate file (php4 & templates) and using oracle databse
i've got this error [ Warning: Unable to connect to ORACLE (Error while trying to retrieve text for error ORA-12154) ]. i've test the connection before i generate the file.
can somebody help me? :((

regards
tony
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.