Re: retrieving multiple data from the database

2007-06-27 Thread Paul Lalli
On Jun 27, 8:14 am, [EMAIL PROTECTED] (Alma) wrote: > I have written a display subroutine in my package . And you have re-written it here. Please don't do that. Copy and paste your code. Do not retype it. For one, you're going to get comments about the typos you've made rather than your actua

Re: retrieving multiple data from the database

2007-06-27 Thread Chas Owens
On 6/27/07, Alma <[EMAIL PROTECTED]> wrote: snip return @row; snip Is there any way that we can return the multiple row values from the subroutine. snip Return does not work like you think it does. It return immediately. If you wish to return a list then you need to return a list (not indivi