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 Quote 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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/237498-select-statement-in-sp/#findComment-1220473 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.