# bbonkoski@xxxxxxxxxxxxxx / 2007-01-18 11:46:10 -0500: > Hello All, > > I have this Oracle function, and within my code I call it like this: > > $sql = "BEGIN :result := my_funtion_name('$parm1', $parm2, null, null, > null); END;"; > $stmt = $db->parse($sql); > $rc = null; > ocibindbyname($stmt, ":result", &$rc); > $db->execute($stmt, $sql); > > The problem is that the execute function spits back an error/warning > message, but the Oracle function properly executes and the data is in > the Database. And the warning is...? -- How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You don't KNOW. Cause you weren't THERE. http://bash.org/?255991 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php