ballouta Posted May 26, 2011 Share Posted May 26, 2011 Hello If i run a Select query in a stored procedure, e.g. Select fname, lname from customers; does the query display the results automatically (command screen) on screen or some code should be written to fetch out the rows? I am NOT talking about PHP or java, Thank you Link to comment https://forums.phpfreaks.com/topic/237498-select-statement-in-sp/ Share on other sites More sharing options...
gizmola Posted May 26, 2011 Share Posted May 26, 2011 In stored procs, the results of a regular select are returned to the client. Link to comment https://forums.phpfreaks.com/topic/237498-select-statement-in-sp/#findComment-1220471 Share on other sites More sharing options...
ballouta Posted May 26, 2011 Author Share Posted May 26, 2011 Great Thank You Link to comment https://forums.phpfreaks.com/topic/237498-select-statement-in-sp/#findComment-1220473 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.