C
Chris Lane
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
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