MS Data Application Block

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

In .NET 1.0 and 1.1 I used the Microsoft Data Application Blocks for
executing Stored Procedures etc.

In .NET 2.0 is there a newer version of these blocks or has the way Data
Access works been changed?

Thanks,
C
 
The Enterprise library (Janaury 2006 is latest) is the new way to go,
according to MS. It is slightly different, as it adopts a factory pattern
for the connection objects (abstracting db type from application).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside the box!
*************************************************
 
Back
Top