We have an application that uses a last_update (timestamp) column on just about every table. We manage this column on the client side, but due to differences in user clocks (always used today() before) we are talking about having the time come from the database.
What kind of performance hit are we talking about if, every time a single column is updated/tabbed off in a form, we grab the db timestamp?
This timestamp has to be visible to the user as soon as they hit insert.
PowerBuilder 11.5.1.4566
SQL Anywhere 10.0.1.3629