Mantis Bugtracker
  

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

- Relationships

- Notes
(0003127)
ferg
05-30-08 16:25

php/1s1c
 

- Issue History
Date Modified Username Field Change
10-11-07 14:49 nam New Issue
05-30-08 16:25 ferg Note Added: 0003127
05-30-08 16:25 ferg Assigned To  => ferg
05-30-08 16:25 ferg Status new => closed
05-30-08 16:25 ferg Resolution open => fixed
05-30-08 16:25 ferg Fixed in Version  => 3.2.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker