View Single Post

  #2 (permalink)  
Old 05-02-2007, 12:19 PM
caradoc caradoc is offline
Senior Member
 
Join Date: Apr 2006
Posts: 144
caradoc is on a distinguished road
Shared classes refer to the number of classes that are used regardless of whether you are using the SQL Server classes or the OLE DB classes. Some of the classes namely DataSet, DataTable, DataRow, DataColumn, DataRelation and Constraint are present in System.Data namespace. In addition to the above shared classes there is also number of database-specific classes.
Reply With Quote