入住 CI 中国社区 登录
CodeIgniter 中国开发者社区 返回首页

Minux2007的个人空间 https://codeigniter.org.cn/forums/?5362 [收藏] [复制] [分享] [RSS]

日志

分享 sqlsrv 执行存储过程
2011-7-2 04:09
/* Define the Transact-SQL query. Use question marks (?) in place of the parameters to be passed to the stored procedure */ $tsql_callSP ="{call SubtractVacationHours(?,?)}"; $employeeId =4; $vacationHrs =8; $params = array ( ...
3792 次阅读|1 个评论 热度 1