I know how to populate a datatable using dAdapter.Fill (dTable) using System.Data.OleDb
But this is hard if I just want to get one string value, for example "select name from table where idperson = 1"
Can't I get around creating a DataTable?
I want to create the equivalent of the dlookup function in MS Access.
source
share