Question
current_timestamp on Update (k)
I have am using the Record Update Form Wizard server behavior
in
Dreamweaver to update the records in my mySQL database.
It works great except for the part of my table with the timestamp in
phpmyadmin here are the settings:
Field: DateEnteredUpdated
Type: timestamp
Collation:
Attributes: on update current_timestamp
Null: No
Default: current_timestamp
Extra:
I used the Insert Wizard and it will enter the current time, but the
update won't. Any tips?
-Kirk
Dreamweaver to update the records in my mySQL database.
It works great except for the part of my table with the timestamp in
phpmyadmin here are the settings:
Field: DateEnteredUpdated
Type: timestamp
Collation:
Attributes: on update current_timestamp
Null: No
Default: current_timestamp
Extra:
I used the Insert Wizard and it will enter the current time, but the
update won't. Any tips?
-Kirk