How to execute procedure having insert and select command
I am using insert in stored procedure. In same procedure I am select the data from table. I use command object to execute query now I want to get data of select command from that procedure. Please help me