|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
vb6 ! what is the equivalent in VB.Net
In VB6 when using a recordset you could use RSRecord!Name, what is the eqivalent when using a dataset in VB.Net
Thanks in advance Louisa |
|
#2
|
|||
|
|||
|
dim dr as datarow = mysDataSet.Rows(5)
messagebox.show(dr("name")) |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > vb6 ! what is the equivalent in VB.Net |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|