Hello,
Is there an easy way to determine the number of rows created when creating a data adapter (see code below). I'd like to know if the sql produces any rows. Is there a property of the data adapter that records the number of rows.
OdbcCommand
DbConnection.Open();
myDataAdapter.Fill(ds,
{
}