in

VB.Net Datareader How to access more than one table

I have a Stored procedure which is called from my VB.Net app which returns more than on resault.
It actual has 3 diffrent resaults it will return with in the query. My question is how do i access the
diffrent tables / resaults within the reader object ?
Movie Stars

Solution: VB.Net Datareader How to access more than one table

the datareader has a function, called NextResult. see this tutorial
http://www.dotnetjohn.com/articles.aspx?articleid=23