FYI
Please Pass your input within quotes
$db->query("CALL Insert_OHC_Sun(*'*{$nDate}*'*,{$cDate})");
surly it will work
- Peter
Don Wieland wrote:
I nave 2 stored procedures:
DROP PROCEDURE IF EXISTS `Insert_OHC_Sun`;
DELIMITER $$
CREATE definer=`do...@`` PROCEDURE `Insert_OHC_Sun`(theDate
Change the input argument type as a varchar instead of date
Ex:
CREATE definer=`do...@`` PROCEDURE `Insert_OHC_Sun`(theDate
VARCHAR(50),theDateRaw INT)
surly it will work
- Peter
Don Wieland wrote:
I nave 2 stored procedures:
DROP PROCEDURE IF EXISTS `Insert_OHC_Sun`;
DELIMITER $$
CREATE
2 matches
Mail list logo