|
| Total Answers and Comments: 6 |
Last Update: August 20, 2008 Asked by: nafees |
|
| | |
|
Submitted by: Anupam Rai System.Data.OleDB It contains the objects that we use to connect to a data source via an OleDB provider , such as OleDbConnection, OleDBCOmmand
System.Data.SqlClient It contains objects that we use to connect to a data source via Tabular data stream interface provided by Microsoft Sql Server. This can be generally used to provide better performance because it removes some of the intermediate layers required by the OleDB provider.
Above answer was rated as good by the following members: surendra_sahu786 | Go To Top
|