Hi,
Does anyone know how to chnage this code so that it uses the ORA functions instead of the OCI...
$s = OCIParse($c, "SELECT * FROM ML_Account WHERE ACCOUNTNUM ='$account'");
OCIExecute($s, OCI_DEFAULT);
while (OCIFetch($s)) {
//Agent Name
echo ". ociresult($s, "NAME") . ";
}
Thanks 😃