|
|
|
Re: Using MySQLi (OOP) to call a stored procedure with INOUT and OUT parameters. | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Hi Richard,For your mysql, found this link, which I'm sure you've probably found, but hth.
http://php.net/manual/en/pdo.prepared-statements.php Googled: stored procedure with INOUT and OUT parameters mysqli For your bind statement, found this link, hth. http://stackoverflow.com/questions/805828/using-mysqli-bind-param-with-date-and-time-columns Googled: bind_param php Best, Karl On Sep 12, 2011, at 3:18 PM, Richard Quadling wrote:
$o_Stmt->bind_param('iid', $ten, $five, $when) or die('Error #' .
Karl DeSaulniers Design Drumm http://designdrumm.com
![]() |
![]() |