|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
VB: one compact read from datareader
halu,
i just wanna ask something about one compact reading... is there any way of having this done. let's say, it goes something like this... dim conn as new sqlconnection("...") dim comm as new sqlcommand() ... with comm .parameters.clear() .commandtext("select * from table") dim dr as sqldatareader=.executereader() while dr.read 'something like one compact reading... 'not value=dr.getXXX(0), value=dr.getXXX(1) .... end while end with i mean having the possibility of structure or something like it. i've got no idea of it. hehehe... thanx in advance... need help, ayan |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > VB: one compact read from datareader |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|