Hello, someone can help me with this, I require save the name of photo that user generate the current avatar, this value should be saved in the table profile, for this requirement I added a new field with name PhotoAvatar, in this case, what file or files should be modify with the update sentence?
The setence will be
UPDATE Profile SET PhotoAvatar=<name of photo that generate the current avatar> WHERE ID=<profile ID>
Thanks in advance.