I have a program where nine unrelated variables are displayed, in nine small edit boxes, all in one window. There's a program running in the background, that occasionally changes one or more of them. I'd like to update them regularly. Presently I'm doing it with nine 'update' statements in a row.
Is there a way to do it with one 'update' statement?
And/or is there any real harm in using nine 'update' statements like this? Looks tacky, but who's looking? Seems to work fine.