2
Reply

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

Gil Rozenberg

Gil Rozenberg

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

Answers (2)