Re: Returning Multiple Resultsets with Jet by Chris
Chris
Thu Nov 20 19:00:30 CST 2003
OK, Thank You Bill.
>-----Original Message-----
>Nope. JET is incapable of returning multiple resultsets.
>
>--
>____________________________________
>William (Bill) Vaughn
>Author, Mentor, Consultant
>MVP, hRD
>www.betav.com
>Please reply only to the newsgroup so that others can
benefit.
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>__________________________________
>
>"Chris Lane" <rckrll4ever@yahoo.com> wrote in message
>news:04bb01c3afbb$27b00ca0$a301280a@phx.gbl...
>> Hi,
>>
>> I was wondering if you can return multiple Resultsets
with
>> Jet 4.0. I keep getting an error on the ; .
>>
>> Dim sSql As String = "SELECT Full_Name FROM States WHERE
>> Country_ID = " & CountryID & " ORDER BY Full_Name;" _
>> & "SELECT * FROM Countries ORDER BY Name;"
>>
>> Does this work with Jet 4.0?
>>
>> Thanks
>
>
>.
>