=> Data Reader is read only forward only and much faster than DataAdapter.
=> If you use DataReader you have to open and close connection explicitly where as if you use
=> DataAdapter the connection is automatically opened and closed.
=> DataReader is connection oriented where as Data Adapter is disconnected
=> If you use DataReader you have to open and close connection explicitly where as if you use
=> DataAdapter the connection is automatically opened and closed.
=> DataReader is connection oriented where as Data Adapter is disconnected
No comments:
Post a Comment