I initially developed my app with vs2003, using sqlDataAdapters and datasets. Now I need to add additional fields, etc.
I'd like to use the Data Adapter Configuration Wizard, and have found instructions for 2005 to select the component in design mode, and pull up the wizard using the context menu.
Unfortunately, the control was dropped from the design window automatically during the conversion (from 2003 to 2008), though the code remains in the generated code behind.
So is there any way to use a wizard? I'd prefer not to manually modify the mappings,select statements, etc. in the code behind.
I know I can change to a tableAdapter, but that has other impacts in my code.
Randy