Laravel this is not only a practical framework, it is also a programming style
Here is code
$exec = "EXEC RPT_TEST_2resultSet"; $resultSet = \DB::select($exec);
SP is returning 3 result sets. But in php it prints first set of result set only. How to fetch the other 2 set of result sets?
Aucun commentaire:
Enregistrer un commentaire