Read the DBD::ODBC pod regarding the attribute odbc_more_results and also see t\09multi.t for examples.
Jeff > -----Original Message----- > From: ������� ����� [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 5:34 AM > To: [EMAIL PROTECTED] > Subject: How to retrieve multiply recordsets returned by statement. > > > Hi. > > I use DBD:ODBC with MS SQL Database. > SQL statement is: 'select a, b, c from mytable compute sum(a), sum(b)'. > This statement returns two recordsets. When I use 'fetchrow_arrayref', > it returns only first recordset. How can I retrieve second? > > Thanks. > > Vasily Popov. >
