Forum Moderators: coopster
For example, i have a form that can edit the user profile that content name, address, and tel no. fields with the edit button at the bottom of the form.
1st: if i edit the name field and then click the edit button, the GetUpdateSQL in ADOdb can perform the update properly.
2nd: if i didn't modified any of the fields in the form, when i click the edit buuton, a error message displayed: *Query was empty*
Can anyone explain to me why and how to solve this problem?