I have created a customer detail table and want to update it by accepting new values that are entered in the textfield boxes for their respective columns
What would be the update statement that needs to be used for a textfield update.
Something of this sort
UPDATE Customer_Detail SET textfield1=....(what next)
please guide
Use this
Here set the variables to capture those textfield inputs you are looking out for and in the WHERE clause use the identifier that matches your search id from table.