I have a dataset filled with 1 and only 1 row in a table called Broadcasts.
How do I read the value from the Title column? This errors out saying that there is no row at 0 or the same message if I change it to 1.
Waz up?!
How do I read the value from the Title column? This errors out saying that there is no row at 0 or the same message if I change it to 1.
Waz up?!
Code:
dsCRH.Tables("Broadcasts").Rows(0)("Title")