in vb.net i came across a command that lets you run multiple SQL Select Statements, and run through the using only one DB connection...
ie,
codetoconnect(SELECT statement1; SELECT statement2; SELECT statement3)
runthrough Statement1
movenext
runthrough Statement2
movenext
runthrough Statement3
Disconnect
what is the line that is my 'movenext' I can't refind the code!! Grr.


Reply With Quote

Bookmarks