Help to improve a migration program
问题 We have 200+ views in Oracle that should be transfomed to 200+ flat files with fixed length fields. Hoping to get ideas to do a better design of the following migration routine. The prototype of migration program looks like this for the view named VIEWNAME1 (and are the same for other views in the prototype): StronglyTypedDataSet views = new StronglyTypedDataSet(); ViewName1TableAdapter tableAdapter = new ViewName1TableAdapter(); tableAdapter.Fill(views.VIEWNAME1 ); mapFromViewToFlatFile