Why is OleDbDataAdapter needed?

Posted by iTayb on Stack Overflow See other posts from Stack Overflow or by iTayb
Published on 2010-03-08T07:49:16Z Indexed on 2010/03/08 7:51 UTC
Read the original article Hit count: 306

Filed under:

Everything possible with the OleDBDataReader class. ExecuteReader() for SELECT statements, and ExecuteNonQuery() for DELETE, UPDATE and INSERT statements.

So why is OleDbDataAdapter class needed?

© Stack Overflow or respective owner

Related posts about c#