I can successfully Add and Remove Columns from a given SQL2000 Table, what I can't do is to modify the field Properties.
Basically I need to up the length of a Varchar Field on an exisitng live Db.
On Executing the DoAlter Method I receive a message saying "No New Columns or Constraints have been added to this table object".
What am I misunderstanding ? Help appreciated. Thanks
Andy