G
Guest
Hi,
The dataset is filled with the queryresult like this:
sda = New SqlDataAdapter(sqlstring, ConnectString)
dt = New DataSet()
sda.Fill(dt)
Is it now possible to fetch a particular field of a particular record, like
SqlDataReader and the GetValue() method?
Thanks
The dataset is filled with the queryresult like this:
sda = New SqlDataAdapter(sqlstring, ConnectString)
dt = New DataSet()
sda.Fill(dt)
Is it now possible to fetch a particular field of a particular record, like
SqlDataReader and the GetValue() method?
Thanks