Anonymous | Login | Signup for a new account | 12-17-2024 08:23 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002063 | [Quercus] | minor | always | 10-11-07 14:49 | 05-30-08 16:25 | ||||
Reporter | nam | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.3 | ||||||
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 ''; ?> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |