Wednesday, November 10, 2010

ADO.NET offers an alternative to a connected data access model

ADO.NET technology provides a workaround to sidestep connected data access limitations. Constant data access to a data source poses difficulties for software and web developers, influences system efficiency and threats database security. ADO.NET disconnected data access model helps overcome these problems: the connection of application to a database is made for some period of time, when a request from application is received and they are disconnected as soon as the request was completed.

No comments: