Creating sql database

I am new to SQL database programming. What I want is simple. I just want the user to enter info into text boxes and then save the info into the sql database. I then want to be able to load the sql database back onto my vbnet form and then i can view or make changes to the info and then update the info. if needed. So if someone could just show me the code of doing this, it would be appreciated.

codemonster

You can use SQL Server as database for your project. You could also use any free database, like PostgreSQL.
The code you ask for can be found in any book that teaches you how to make a web application.
Teaching you that goes beyond the scope of this forum.