Pardon me if this question is too basic, but I am having an issue. I have already created a form, named all my textboxes, etc.. I already have a database with a table, columns, etc.. All I want to do for now is write to the database via my form.
I have gone through the SQL connection, DataAdapter, etc.. and I also added a button to the form. But I am stuck as to when I run the form, and type in some info, how do I get the information to save to the database.
Thanks for any help,
Chris A

Writing to Database
Robert Hemmings
This is all great stuff and thanks and I have read through most of it, but I just do not know where to start from my current position. I am learning VB and just looking for the next step.
Chris A
Kalim_a
chris,
You might find your solution here
http://samples.gotdotnet.com/quickstart/howto/doc/adoplus/ExecuteCommand.aspx
migueldc01
Hi,
Also, here's a nice walkthrough on how to use ADO.Net on how to use command and adapter objects to update data. Using ADO.Net.
cheers,
Paul June A. Domag