0
Visual Basic - Databases
Iām currently taking a class on Visual Basic, CIS176; unfortunately, Iām having trouble with binding data sources or even where to start if I want to connect a source correctly, I.e, excel spreadsheet or an actual database type/file. Any suggestions?
1 Answer
0
Hi Timothy!
Wow, it has been awhile since I've used Visual Basic in Visual Studio, but I'm pretty sure the menus move around depending on which version you're on. I'm not sure if I can give you a more specific answer, but it's probably okay to get started here:
https://msdn.microsoft.com/en-us/library/w4dd7z6t.aspx
I mostly say that because of this:
https://stackoverflow.com/questions/31776820/data-menu-and-add-data-source-in-visual-studio-2015
Again, it has been awhile for me, but I hope this helps! :)