System.Data.Odbc.OdbcCommand cmd = new System.Data.Odbc.OdbcCommand(sql, odbc); //Run the command System.Data.Odbc.OdbcDataReader reader2 = cmd.ExecuteReader(); // See if the row already exists if (reader2.HasRows == false)
but HasRows always returns false. Is this a bug or am I doing something wrong?


Sign In
Create Account


Back to top









