I want my strongly typed data sets to be database agnostic. Is it possible to use Enterprise Library Data Access Application Block with strongly typed data sets?
views:
292answers:
1
A:
Use the LoadDataSet method provided by the Database class. Please see the linked article below.
http://weblogs.asp.net/joshrobinson/archive/2005/03/30/396311.aspx
anonymous
2010-03-23 16:12:27