Getting the following error when running my application.

Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information.

On form load it reads the database to the textboxes for the user, they can then change their details.

On clicking the save button I am attempting to update the database with the information from a textbox but the...