I've added a BindingSource control to my form, and set its DataSource to my project data source.
When I add fields to a view in the SQL Server 2000 database behind the data source, I can't get the new fields to appear in the view, even if I refresh the data source. I can refresh the server in Server Explorer and it updates the new fields, but I still can't get the data source to pass the new fields through to the form.
How can I get the data source to refresh?