Live Scores
Shareware
Movie Stars
in
Visual Basic.NET
Development
(Entire Site)
Questions and answers to issues related to Microsoft: Windows, Applications, Development, Hardware, Server, Internet Protocols, Database, Exchange .
»
Development
»
.NET
»
Visual Basic.NET
»
VB.Net Datareader How to access more than one table
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 ?
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.a
spx?articl
eid=23