View Single Post

   
  #5 (permalink)  
Old 02-28-2008, 08:26 PM
Craig Kelly
 
Posts: n/a
Default Re: Stored Procedures With VB

"Jarrod Morrison" <jarrodm@ihug.com.au> wrote:

<snip>

> Rstest.NextRecordset


<snip>

Although I like the use of UNION mentioned already better, to get this to
work, you would use....

Set Rstest = Rstest.NextRecordset

Craig


Reply With Quote