Govind Sankar
Active member
- Joined
- May 15, 2020
- Messages
- 42
- Programming Experience
- Beginner
Hi,
I have a database and a dataset in visual studio. I updated the database by adding two new columns to a table in the database. Then I updated the dataset using Configure Data Source With Wizard and everything is fine. But the problem is the order of the columns in the dataset. In the database I added the two new columns in the middle of the table but in the dataset it is showing at the end. I want those two new columns also in the middle of the dataset like in the database. I searched online and the answer I got was to delete all the columns and configure the dataset again. I am scared to do that. So is there any other way to rearrange the dataset. Thank You.
I have a database and a dataset in visual studio. I updated the database by adding two new columns to a table in the database. Then I updated the dataset using Configure Data Source With Wizard and everything is fine. But the problem is the order of the columns in the dataset. In the database I added the two new columns in the middle of the table but in the dataset it is showing at the end. I want those two new columns also in the middle of the dataset like in the database. I searched online and the answer I got was to delete all the columns and configure the dataset again. I am scared to do that. So is there any other way to rearrange the dataset. Thank You.