mercredi 21 février 2018

Fetch multiple resultset from SQL Server in Laravel 5.3

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?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire