This is my first 3 tier application... I'm using a Stongly Typed Dataset as DAL. After everything was finished, I realized I had to make 2 changes to the database:
1- Add a new column
2- Change a SQL Data type from int to Bool
What is the best way to update my Strongly Typed Dataset and make sure everything will work fine?
Thanks,
Rubens