Hi!
I'm a biginner in Visual Studio and would like to know how it's possible to read / add / change information to/from the database that is connected to my Form application...
Lets say I have some textfields and two buttons on my Form1.
-How can I write data from the textfields to a spesific place in a specific table in my database by pushing button 1?
-Also, how can I read the information from my database? Click Button2 -> read specific information from dbo.Example -> write the data to textbox?
Tryin' to learn.... Thanks!
