When I edit a datasource in the designer (ie change the sql text), if I push the "Retrieve Column" button, it will only add columns, not remove them.
eg.
If I have
Code: Select all
Select stockcode, description FROM stock_items
Code: Select all
Select stockcode FROM stock_items
Thanks