So I have like 20 typed datasets (about 200 to follow over the next year), and want to create a single generic class to handle generic inserts/updates/deletes with error handling in a constant way... and Id forgotton about this, but there arent any table adapters in 2005.
In 2005 each Typed Dataset has its own custom DataAdaptor which only have a common type of Component. So that makes it awfully hard to generically do this.
The best I can think of off the top of my head is to create an Interface for DataAdaptors.
In 2005 each Typed Dataset has its own custom DataAdaptor which only have a common type of Component. So that makes it awfully hard to generically do this.
The best I can think of off the top of my head is to create an Interface for DataAdaptors.