Gil Rozenberg

Gil Rozenberg

  • NA
  • 99
  • 8.2k

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

Jun 5 2016 8:52 AM
OleDbDataAdapter oda = new OleDbDataAdapter(Myquery, ConnStr); 
         DataSet ds = new DataSet();      
    oda.Fill(ds); 
        return ds;

Answers (2)