2
Answers

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

Photo of Gil Rozenberg

Gil Rozenberg

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

Answers (2)