With ADO is relatively simple, for your problem just a Connection object. Connect to the database with it and use its Execute method to execute the SQL statement that updates the data.
If your input corresponds directly to the database fields, you can also use data binding, use ADODC control to get the data and bind the text box to ADODC.