A
Andrew
Does anyone else think the whole design of ADO.NET is a piece of ****?
The DataSet is basically a mini, in-memory database. Heavy, tough to
move data in and out of the database (@@Identity issues?). I've been
developing desktop, web and n-tier applications for over 10 years and
have never had a need for anything like it.
Or do I just not get it? What am I missing? It seems to me all you
need is a DataReader, a Command object, and a well designed data
access layer. What do you need a DataSet/DataAdapter for?
The DataSet is basically a mini, in-memory database. Heavy, tough to
move data in and out of the database (@@Identity issues?). I've been
developing desktop, web and n-tier applications for over 10 years and
have never had a need for anything like it.
Or do I just not get it? What am I missing? It seems to me all you
need is a DataReader, a Command object, and a well designed data
access layer. What do you need a DataSet/DataAdapter for?