Hello everyone, I hope someone can explain something to me.
Im a Junior Developer with very limited knowledge in VB.net, but I am self teaching. I will soon have projects to do whilst at work, and although my coding is pretty ok now, one thing eludes me, and I cant run from it any more.
Ok, so i have SQL server 2008 and Visual Studio 2010, I have set up a database within SQL called Sample1.
The Database is connected to my Windowsapplication in data connections. The next step is my issue:
How do I physically see the database on the windows form. Do I need to add a table myself? Can one be generated from the database? So my issue isnt in connecting the database to the application, its in actually interacting with the database on the form itself.
Any help would be greatly appreciated.
Thanks
Paul