Re: ASP, ADO and returning multiple recordsets

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Robert John Shepherd <robert(at)reviewer(dot)co(dot)uk>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ASP, ADO and returning multiple recordsets
Date: 2003-04-30 23:44:45
Message-ID: 3EB05FED.5B0A98ED@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Robert John Shepherd wrote:
>
> Anyone know how I can return results from multiple queries from just one
> SQL statement with ADO in ASP?
>
> eg. "select * from table 1; select * from table 2;"
>
> I'm sure in the past I've tried rsRecords.NextRecordset() in-between but
> got an error.

Maybe the recent driver would return multiple results.

regards,
Hiroshi Inoue
http://www.geocities.jp/inocchichichi/psqlodbc/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Robert John Shepherd 2003-05-07 21:27:38 Re: ASP, ADO and returning multiple recordsets
Previous Message Robert John Shepherd 2003-04-30 10:01:00 ASP, ADO and returning multiple recordsets