in reply to Re: Multiple Results Sets with DBI
in thread Multiple Results Sets with DBI

i am actually calling a stored procedure on the SQL server that returns the count first, then the recordset containing the data

Replies are listed 'Best First'.
Re: Re: Re: Multiple Results Sets with DBI
by mpeppler (Vicar) on Aug 21, 2003 at 20:20 UTC
    OK - that actually makes no difference. The result sets that you're going to get are the same, with the addition of the return status from the stored proc, which should be easy to check.

    Michael

      sweet works like a champ thanks. now i just need to figure out how to separate the data.
      works like a champ thanks!, now i just need to figure out how to separate the two resultsets