conn.Open();
OdbcCommand cmd =
OdbcDataReader dr = cmd.ExecuteReader();
{
fmDiscount = dr.GetDouble(0);
fmAdvert = dr.GetDouble(1);
fmExcess = dr.GetDouble(2);
fmTotal = dr.GetDouble(3);
}
conn.Close();----but thats for diffirent colums not rows