2
Answers

Why there is bug (what that bold in yellow)?

Gil Rozenberg

Gil Rozenberg

8y
714
1
OleDbDataAdapter oda = new OleDbDataAdapter(Myquery, ConnStr); 
         DataSet ds = new DataSet();      
    oda.Fill(ds); 
        return ds;
Answers (2)