Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2063 | minor | always | 10-11-07 14:49 | 05-30-08 16:25 | |
|
|||||
Reporter: | nam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.0 | ||
|
|||||
Summary: | 0002063: SQL Server stored procedures does not work with PDO | ||||
Description: |
(rep by E. Moraga) The following stored procedure call does not work: <? //$num = 23456; $sQuery = 'CALL pa_bprueba(349176)'; $oStm = $pdo->prepare($sQuery); // $oStm = $pdo->bindParam(1,$num); $oStm->execute(); echo ''; while (($row = $oStm->fetch(PDO::FETCH_OBJ))) { echo "$row->tp_sol"; } echo ''; ?> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|