sqlsrv_next_result() in Codeigniter |
Hello world!
I am currently wondering about this. If I have a Stored Procedure that includes 2 or more queries as below Code: ALTER PROCEDURE [dbo].[selectAllTables] To execute those queries and recieve the result 1 by 1, I can do PHP Code: sqlsrv_next_result() But how to do sqlsrv_next_result() using Codeigniter active record? Is there something like PHP Code: $this->db->next_result() in Codeigniter ? |
Messages In This Thread |
sqlsrv_next_result() in Codeigniter - by hermes.tas - 10-01-2021, 09:38 PM
|