| Anonymous | Login | Signup for a new account | 11-03-2025 22:45 PST | 
| Main | My View | View Issues | Change Log | Docs | 
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 3.2.0 | Product Version | 3.1.3 | ||||
| Product Build | |||||||||
| 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 | |||||||||
| Attached Files | |||||||||
| 
 | 
|||||||||
| 	Mantis 1.0.0rc3[^]
	Copyright © 2000 - 2005 Mantis Group
	29 total queries executed. 26 unique queries executed.  |