Posted by Anthony Smith on 03/15/07 16:04
$stmt = $dbh->prepare("begin TOOLS_PKG.getOrgCode(?); end;"); $stmt->bindParam(1, $value, PDO::PARAM_STR|PDO::PARAM_INPUT_OUTPUT, 12); $stmt->execute(); Does anything look wrong? This is a custom Oracle function that is located in a package called TOOLS_PKG. I have seen how you do this with an Oracle procedure, but would an Oracle function be any different?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming