Posts Tagged ‘MS SQL’

How and When To Use MS SQL Server Native Client

Monday, February 16th, 2009

SQL Native Client can be used rather than Microsoft Data Access Components (MDAC) to create new applications or enhance existing applications that need to take advantage of new SQL Server 2005 features such as Multiple Active Result Sets (MARS), Query Notifications, User-Defined Types (UDT), and XML data type support.

(more…)