Hi...
I have a VB.NET project (VS10) in which I have created a "Datasource" that connects to a remote SQL database via a connection string. I have used this Datasource to build several forms with Datagridviews. Now the structure of some tables in the SQL database has changed (new fields), but I can't figure out how to refresh the Datasource in my project so those changes are visible.
So, how can I see the new fields in my VB.NET project??
Thanks for any ideas...
I have a VB.NET project (VS10) in which I have created a "Datasource" that connects to a remote SQL database via a connection string. I have used this Datasource to build several forms with Datagridviews. Now the structure of some tables in the SQL database has changed (new fields), but I can't figure out how to refresh the Datasource in my project so those changes are visible.
So, how can I see the new fields in my VB.NET project??
Thanks for any ideas...