Re: Microsoft Access and Multiple result sets
- From: "Stephen Howe" <stephenPOINThoweATtns-globalPOINTcom>
- Date: Mon, 13 Jun 2005 14:08:42 +0100
> With ADO v1.1 you can return multiple result sets via a single DataReader.
> But is this possible if the database you are querying is Microsoft Access.
> I've tried SQL like "SELECT * FROM Orders WHERE ID = 4; SELECT * FROM
> OrderLines WHERE OrderID = 4" in the ADO Command, but this failed with the
> Jet OleDb provider for ADO.Net.
> Am I doing something wrong, or do I have to (try and) go back to using
SHAPE
> to get what I want?
IIRC, the Jet OleDb provider does not support multiple SQL commands.
They would have to be in a stored procedure.
Stephen Howe
.
- Follow-Ups:
- Re: Microsoft Access and Multiple result sets
- From: Mark Farmiloe
- Re: Microsoft Access and Multiple result sets
- References:
- Microsoft Access and Multiple result sets
- From: Mark Farmiloe
- Microsoft Access and Multiple result sets
- Prev by Date: Microsoft Access and Multiple result sets
- Next by Date: Re: Microsoft Access and Multiple result sets
- Previous by thread: Microsoft Access and Multiple result sets
- Next by thread: Re: Microsoft Access and Multiple result sets
- Index(es):
Relevant Pages
|