Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VB 2010, how to remove data source?

I'm using VB 2010. Added a data source. You can see it in the "Data Sources" window. There are options to refresh and add more data sources. But no option to remove a data source. Obviously I'm missing something. How do I remove a data source?

like image 745
soupagain Avatar asked Aug 15 '26 16:08

soupagain


1 Answers

You need to remove the "data source" from the project. The "Data Sources" tool window shows what data-sources are available in the solution/project.

like image 168
AMissico Avatar answered Aug 17 '26 14:08

AMissico