Hey. I am wondering if the DataSet (or oleDbDataAdapter) can return the value of a string from a record to me. Specifically, I need to compare the string from the TextBox with the value of the current record field. I work with Visual C ++ 2010. Thank you.
UPD: Could pull a row from cell dataGridView
dataGridView1->Rows[0]->Cells[0]->Value->ToString()
But I would like to work with DataSet, but not with Grid