Dim myDbVal as String
Dim myDbRow As System.Data.Datarow

myDbRow = DataSet1.Tables(0).Rows(0)
myDbVal = Convert.ToString(myDbRow('body'))