This topic is locked
[SOLVED]

 Oracle Can't Read $VALUES

10/21/2010 3:44:57 PM
PHPRunner General questions
S
stcoid author

Hii All
Help me,
I have a problem...
CAN NOT READ $VALUES
function BeforeAdd(&$values,&$message,$inline)

{

echo $values["CASH"];

$SQL="UPDATE TB_ACCOUNT SET BALANCE=BALANCE+".."'";

$rcx=CustomQuery($SQL);

return true;

} // function BeforeAdd
Status is Error, becouse Result Query is :

UPDATE TB_ACCOUNT SET BALANCE=BALANCE+ WHERE ACCOUNT_ID= "

Sergey Kornilov admin 10/21/2010

Impossible to tell what might be wrong without seeing your application. You need to contact support team directly sending your project directory zipped along with script that creates tables in Oracle database.

S
stcoid author 10/27/2010



Impossible to tell what might be wrong without seeing your application. You need to contact support team directly sending your project directory zipped along with script that creates tables in Oracle database.


I am need to upgrade PHPRunner, Success